v1.1 - renamed to StammTV Helper, added locale to manifest

master
and94x 2 years ago
parent f1b39aaaa5
commit ff303e4562

@ -1,7 +1,7 @@
{ {
"name": "StammTV Chrome Extension", "name": "StammTV Helper",
"description": "Adds a context-menu option to send URLs to StammTV", "description": "Adds a context-menu option to send URLs to StammTV",
"version": "1.0", "version": "1.1",
"manifest_version": 3, "manifest_version": 3,
"background": { "background": {
"service_worker": "script.js" "service_worker": "script.js"

@ -1,7 +1,7 @@
{ {
"name": "StammTV Context Menu", "name": "StammTV Helper",
"description": "Adds a context-menu option to send URLs to your instance of StammTV", "description": "Adds a context-menu option to send URLs to your instance of StammTV",
"version": "1.0", "version": "1.1",
"manifest_version": 2, "manifest_version": 2,
"background": { "background": {
"scripts": [ "scripts": [
@ -25,5 +25,6 @@
"16": "stammtv-bitty.png", "16": "stammtv-bitty.png",
"48": "stammtv-small.png", "48": "stammtv-small.png",
"128": "stammtv-large.png" "128": "stammtv-large.png"
} },
"default_locale": "en"
} }
Loading…
Cancel
Save