mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Various
This commit is contained in:
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 |
@@ -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":
|
||||
{
|
||||
|
||||
6
scrobblers/chromium/update_scrobbler.sh
Normal file
6
scrobblers/chromium/update_scrobbler.sh
Normal 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
|
||||
Reference in New Issue
Block a user