|
|
|
@ -1,8 +1,18 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "StammTV Helper",
|
|
|
|
|
"description": "Adds a context-menu option to send URLs to StammTV",
|
|
|
|
|
"version": "1.1",
|
|
|
|
|
"manifest_version": 3,
|
|
|
|
|
"name": "StammTV Helper",
|
|
|
|
|
"version": "1.2",
|
|
|
|
|
"action": {
|
|
|
|
|
"default_popup": "popup/popup.html"
|
|
|
|
|
},
|
|
|
|
|
"default_locale": "en",
|
|
|
|
|
"description": "__MSG_description__",
|
|
|
|
|
"icons": {
|
|
|
|
|
"128": "stammtv-large.png",
|
|
|
|
|
"16": "stammtv-bitty.png",
|
|
|
|
|
"48": "stammtv-small.png"
|
|
|
|
|
},
|
|
|
|
|
"author": "The Founders of StammTV (panki27, and94x)",
|
|
|
|
|
"background": {
|
|
|
|
|
"service_worker": "script.js"
|
|
|
|
|
},
|
|
|
|
@ -11,13 +21,4 @@
|
|
|
|
|
"storage",
|
|
|
|
|
"contextMenus"
|
|
|
|
|
],
|
|
|
|
|
"action": {
|
|
|
|
|
"default_popup": "popup/popup.html"
|
|
|
|
|
},
|
|
|
|
|
"icons": {
|
|
|
|
|
"16": "stammtv-bitty.png",
|
|
|
|
|
"48": "stammtv-small.png",
|
|
|
|
|
"128": "stammtv-large.png"
|
|
|
|
|
},
|
|
|
|
|
"default_locale": "en"
|
|
|
|
|
}
|