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.
36 lines
829 B
JSON
36 lines
829 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "StammTV Helper",
|
|
"version": "2.0.1",
|
|
"browser_action": {
|
|
"default_title": "StammTV Context-Menu",
|
|
"default_popup": "popup/popup.html"
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"update_url": "https://stammtv.m-it.biz/firefox/updates.json"
|
|
}
|
|
},
|
|
"default_locale": "en",
|
|
"description": "Adds a context-menu option to send URLs to your instance of StammTV",
|
|
"icons": {
|
|
"16": "stammtv-bitty.png",
|
|
"48": "stammtv-small.png",
|
|
"128": "stammtv-large.png"
|
|
},
|
|
"author": "The Founders of StammTV (panki27, and94x)",
|
|
"background": {
|
|
"scripts": [
|
|
"script.js"
|
|
],
|
|
"persistent": true
|
|
},
|
|
"options_ui": {
|
|
"page": "settings/settings.html",
|
|
"open_in_tab": true
|
|
},
|
|
"permissions": [
|
|
"storage",
|
|
"contextMenus"
|
|
]
|
|
} |