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