1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added extension settings to define server and API key

This commit is contained in:
Krateng
2018-12-14 16:38:08 +01:00
parent f1d1421374
commit 5cedde41a1
4 changed files with 65 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1",
"description": "Scrobbles tracks from Plex Web to your Maloja server",
"manifest_version": 2,
"permissions": ["activeTab", "declarativeContent","tabs","http://app.plex.tv/*","https://app.plex.tv/*"],
"permissions": ["activeTab", "declarativeContent","tabs","storage","http://app.plex.tv/*","https://app.plex.tv/*"],
"background":
{
"scripts":
@@ -19,7 +19,9 @@
{
"128":"icon128.png",
"48":"icon48.png"
}
},
"default_popup": "settings.html",
"default_title": "Settings"
},
"icons":
{