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

Added questionably performing YouTube Music scrobbler

This commit is contained in:
Krateng
2019-03-14 19:05:47 +01:00
parent 25d290df39
commit 15ccc006a0
20 changed files with 398 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "Plexoja",
"version": "0.1",
"description": "Scrobbles tracks from Plex Web to your Maloja server",
"manifest_version": 2,
"permissions": ["activeTab", "declarativeContent","tabs","storage","http://app.plex.tv/*","https://app.plex.tv/*","<all_urls>"],
"background":
{
"scripts":
[
"background.js"
]
},
"browser_action":
{
"default_icon":
{
"128":"icon128.png",
"48":"icon48.png"
},
"default_popup": "settings.html",
"default_title": "Settings"
},
"icons":
{
"128":"icon128.png",
"48":"icon48.png"
}
}