mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
32 lines
568 B
JSON
32 lines
568 B
JSON
{
|
|
"name": "Youtoja",
|
|
"version": "0.1",
|
|
"description": "Scrobbles tracks from YouTube Music to your Maloja server",
|
|
"manifest_version": 2,
|
|
"permissions": ["activeTab", "declarativeContent","tabs","storage","http://music.youtube.com/*","https://music.youtube.com/*"],
|
|
"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"
|
|
}
|
|
}
|