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

This commit is contained in:
and94x 2022-08-15 14:21:40 +02:00
parent f1b39aaaa5
commit ff303e4562
2 changed files with 7 additions and 6 deletions

View File

@ -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"

View File

@ -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"
}