1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/scrobblers/chromium/manifest.json
2021-10-14 18:02:11 +02: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"
}
}