diff --git a/chrome/manifest.json b/chrome/manifest.json index 4000bf7..b507379 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { - "name": "StammTV Chrome Extension", + "name": "StammTV Helper", "description": "Adds a context-menu option to send URLs to StammTV", - "version": "1.0", + "version": "1.1", "manifest_version": 3, "background": { "service_worker": "script.js" diff --git a/firefox/manifest.json b/firefox/manifest.json index cd2b9a7..20184b5 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -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", - "version": "1.0", + "version": "1.1", "manifest_version": 2, "background": { "scripts": [ @@ -9,7 +9,7 @@ ], "persistent": true }, - "options_ui":{ + "options_ui": { "page": "settings/settings.html", "open_in_tab": true }, @@ -25,5 +25,6 @@ "16": "stammtv-bitty.png", "48": "stammtv-small.png", "128": "stammtv-large.png" - } + }, + "default_locale": "en" } \ No newline at end of file