linkylinky-chrome/src/manifest.json

17 lines
352 B
JSON

{
"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"
}
}