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
527 B
JSON
24 lines
527 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "StammTV Helper",
|
|
"version": "1.3",
|
|
"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"
|
|
},
|
|
"options_page": "settings/settings.html",
|
|
"permissions": [
|
|
"storage",
|
|
"contextMenus"
|
|
]
|
|
} |