indie-reply-button/manifest.json
Jeena 760adf4d85 Initial commit
The first version of the plugin with a hard coded url to my website.
2018-01-29 19:06:17 +01:00

22 lines
394 B
JSON

{
"description": "Indie Reply Button",
"manifest_version": 2,
"name": "indie-reply-button",
"version": "1.0",
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png"
}
},
"permissions": [
"tabs"
]
}