You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"manifest_version": 2,
|
|
"name": "LinkyLinky",
|
|
"version": "0.0.1",
|
|
"description": "A simple url shortener",
|
|
"short_name": "LinkyLinky",
|
|
"permissions": [
|
|
"tabs",
|
|
"notifications"
|
|
],
|
|
"browser_action": {
|
|
"default_popup": "index.html"
|
|
},
|
|
"icons": {
|
|
"128": "icon_128.png"
|
|
}
|
|
} |