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.
30 lines
643 B
JSON
30 lines
643 B
JSON
{
|
|
"name": "StammTV Helper",
|
|
"description": "Adds a context-menu option to send URLs to your instance of StammTV",
|
|
"version": "1.2",
|
|
"manifest_version": 2,
|
|
"background": {
|
|
"scripts": [
|
|
"script.js"
|
|
],
|
|
"persistent": true
|
|
},
|
|
"options_ui": {
|
|
"page": "settings/settings.html",
|
|
"open_in_tab": true
|
|
},
|
|
"permissions": [
|
|
"storage",
|
|
"contextMenus"
|
|
],
|
|
"browser_action": {
|
|
"default_title": "StammTV Context-Menu",
|
|
"default_popup": "popup/popup.html"
|
|
},
|
|
"icons": {
|
|
"16": "stammtv-bitty.png",
|
|
"48": "stammtv-small.png",
|
|
"128": "stammtv-large.png"
|
|
},
|
|
"default_locale": "en"
|
|
} |