restructured chrome manifest

master
and94x 2 years ago
parent 3a767aa017
commit 332874a8ed

@ -1,8 +1,18 @@
{ {
"name": "StammTV Helper",
"description": "Adds a context-menu option to send URLs to StammTV",
"version": "1.1",
"manifest_version": 3, "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": { "background": {
"service_worker": "script.js" "service_worker": "script.js"
}, },
@ -11,13 +21,4 @@
"storage", "storage",
"contextMenus" "contextMenus"
], ],
"action": {
"default_popup": "popup/popup.html"
},
"icons": {
"16": "stammtv-bitty.png",
"48": "stammtv-small.png",
"128": "stammtv-large.png"
},
"default_locale": "en"
} }
Loading…
Cancel
Save