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

Moved extra paackages

This commit is contained in:
krateng
2021-12-24 07:06:15 +01:00
parent 73a6c18b17
commit 5651626c39
19 changed files with 28 additions and 22 deletions

View File

@@ -0,0 +1,36 @@
{
"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"
}
}