1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/auxiliary/chromium_scrobbler/maloja-scrobbler/manifest.json
2021-12-24 07:08:28 +01:00

37 lines
531 B
JSON

{
"name": "Maloja Scrobbler",
"version": "1.7",
"description": "Scrobbles tracks from various sites to your Maloja server",
"manifest_version": 2,
"permissions": [
"tabs",
"storage",
"http://*/",
"https://*/"
],
"background":
{
"scripts":
[
"background.js"
]
},
"browser_action":
{
"default_icon":
{
"128":"icon128.png",
"48":"icon48.png"
},
"default_popup": "settings.html",
"default_title": "Maloja Scrobbler"
},
"icons":
{
"128":"icon128.png",
"48":"icon48.png"
}
}