Initial commit.
This commit is contained in:
commit
b582390d2c
6 changed files with 51 additions and 0 deletions
32
manifest.json
Normal file
32
manifest.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Mango",
|
||||
"version": "1.0",
|
||||
|
||||
"description": "Obliterates rounded corners.",
|
||||
|
||||
"icons": {
|
||||
"48": "img/mango-48.jpg",
|
||||
"96": "img/mango-96.jpg"
|
||||
},
|
||||
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "adrianvictor.mango@disroot.org"
|
||||
}
|
||||
},
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": "img/mango-96.jpg",
|
||||
"default_title": "Mango",
|
||||
"default_popup": "mango.html"
|
||||
},
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": ["mango.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue