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",
"version": "1.0",
"version": "1.1",
"manifest_version": 3,
"background": {
"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",
"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"
}
Loading…
Cancel
Save