1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
This commit is contained in:
krateng
2021-10-14 18:02:11 +02:00
parent 4b49ffb3cb
commit 08cc32ac33
9 changed files with 12 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -4,12 +4,10 @@
"description": "Scrobbles tracks from various sites to your Maloja server",
"manifest_version": 2,
"permissions": [
"activeTab",
"tabs",
"storage",
"http://*/",
"https://*/",
"<all_urls>"
"https://*/"
],
"background":
{

View File

@@ -0,0 +1,6 @@
convert ../../maloja/web/static/png/favicon_large.png -resize 256 icon256.png
convert ../../maloja/web/static/png/favicon_large.png -resize 128 icon128.png
convert ../../maloja/web/static/png/favicon_large.png -resize 48 icon48.png
convert ../../maloja/web/static/png/favicon_large.png -background none -resize 280 -gravity center -extent 440x280 -background "#232327" -flatten tile.png
rm ../maloja-scrobbler.zip
zip ../maloja-scrobbler.zip sites/* *.js *.json *.html icon*.png