2018-11-27 18:08:14 +03:00
|
|
|
{
|
|
|
|
"name": "Plexoja",
|
|
|
|
"version": "0.1",
|
|
|
|
"description": "Scrobbles tracks from Plex Web to your Maloja server",
|
|
|
|
"manifest_version": 2,
|
2019-02-15 17:41:58 +03:00
|
|
|
"permissions": ["activeTab", "declarativeContent","tabs","storage","http://app.plex.tv/*","https://app.plex.tv/*","<all_urls>"],
|
2018-11-27 18:08:14 +03:00
|
|
|
"background":
|
|
|
|
{
|
|
|
|
"scripts":
|
|
|
|
[
|
|
|
|
"background.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
"browser_action":
|
|
|
|
{
|
|
|
|
"default_icon":
|
|
|
|
{
|
|
|
|
"128":"icon128.png",
|
|
|
|
"48":"icon48.png"
|
2018-12-14 18:38:08 +03:00
|
|
|
},
|
|
|
|
"default_popup": "settings.html",
|
|
|
|
"default_title": "Settings"
|
2018-11-27 18:08:14 +03:00
|
|
|
},
|
|
|
|
"icons":
|
|
|
|
{
|
|
|
|
"128":"icon128.png",
|
|
|
|
"48":"icon48.png"
|
|
|
|
}
|
|
|
|
}
|