2019-04-07 14:13:12 +03:00
|
|
|
{
|
|
|
|
"name": "Maloja Scrobbler",
|
2022-02-22 09:37:28 +03:00
|
|
|
"version": "1.11",
|
2019-04-07 14:13:12 +03:00
|
|
|
"description": "Scrobbles tracks from various sites to your Maloja server",
|
|
|
|
"manifest_version": 2,
|
2020-09-04 17:36:35 +03:00
|
|
|
"permissions": [
|
2019-04-07 14:13:12 +03:00
|
|
|
"tabs",
|
|
|
|
"storage",
|
|
|
|
"http://*/",
|
2021-10-14 19:02:11 +03:00
|
|
|
"https://*/"
|
2019-04-07 14:13:12 +03:00
|
|
|
],
|
|
|
|
"background":
|
|
|
|
{
|
|
|
|
"scripts":
|
|
|
|
[
|
|
|
|
"background.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
"browser_action":
|
|
|
|
{
|
|
|
|
"default_icon":
|
|
|
|
{
|
|
|
|
"128":"icon128.png",
|
|
|
|
"48":"icon48.png"
|
|
|
|
},
|
|
|
|
"default_popup": "settings.html",
|
2020-11-11 19:45:40 +03:00
|
|
|
"default_title": "Maloja Scrobbler"
|
2019-04-07 14:13:12 +03:00
|
|
|
},
|
|
|
|
"icons":
|
|
|
|
{
|
|
|
|
"128":"icon128.png",
|
|
|
|
"48":"icon48.png"
|
|
|
|
}
|
|
|
|
}
|