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.
24 lines
482 B
JSON
24 lines
482 B
JSON
{
|
|
"name": "StammTV Firefox Extension",
|
|
"description": "Adds a context-menu option to send URLs to StammTV",
|
|
"version": "1.0",
|
|
"manifest_version": 2,
|
|
"background": {
|
|
"scripts": [
|
|
"script.js"
|
|
]
|
|
},
|
|
"options_page": "options/options.html",
|
|
"permissions": [
|
|
"storage",
|
|
"contextMenus"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup/popup.html"
|
|
},
|
|
"icons": {
|
|
"16": "icon-bitty.png",
|
|
"48": "icon-small.png",
|
|
"128": "icon-large.png"
|
|
}
|
|
} |