Initial commit

The first version of the plugin with a hard coded url to my website.
This commit is contained in:
Jeena 2018-01-29 19:03:39 +01:00
commit 760adf4d85
5 changed files with 48 additions and 0 deletions

22
manifest.json Normal file
View file

@ -0,0 +1,22 @@
{
"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"
]
}