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.
23 lines
501 B
JSON
23 lines
501 B
JSON
{
|
|
"name": "StammTV Helper",
|
|
"description": "Adds a context-menu option to send URLs to StammTV",
|
|
"version": "1.1",
|
|
"manifest_version": 3,
|
|
"background": {
|
|
"service_worker": "script.js"
|
|
},
|
|
"options_page": "settings/settings.html",
|
|
"permissions": [
|
|
"storage",
|
|
"contextMenus"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup/popup.html"
|
|
},
|
|
"icons": {
|
|
"16": "stammtv-bitty.png",
|
|
"48": "stammtv-small.png",
|
|
"128": "stammtv-large.png"
|
|
},
|
|
"default_locale": "en"
|
|
} |