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

View File

@ -19,7 +19,7 @@ requires = [
"nimrodel>=0.6.5", "nimrodel>=0.6.5",
"setproctitle>=1.1.10", "setproctitle>=1.1.10",
"wand>=0.5.4", "wand>=0.5.4",
"jinja2>2.11", "jinja2>=2.11",
"lru-dict>=1.1.6", "lru-dict>=1.1.6",
"css_html_js_minify>=2.5.5" "css_html_js_minify>=2.5.5"
] ]

View File

@ -1,4 +1,4 @@
# NAME: K-Pop # NAME: LOONA
# DESC: Groups various side projects together # DESC: Groups various side projects together
# LOONA # LOONA

Can't render this file because it has a wrong number of fields in line 5.

View File

@ -1,11 +1,9 @@
bottle>=0.12.16 bottle>=0.12.16
waitress>=1.3 waitress>=1.3
doreah>=1.6.7 doreah>=1.6.12
nimrodel>=0.6.3 nimrodel>=0.6.5
setproctitle>=1.1.10 setproctitle>=1.1.10
wand>=0.5.4 wand>=0.5.4
lesscpy>=0.13
pip>=19.3
jinja2>2.11 jinja2>2.11
lru-dict>=1.1.6 lru-dict>=1.1.6
css_html_js_minify css_html_js_minify>=2.5.5

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", "description": "Scrobbles tracks from various sites to your Maloja server",
"manifest_version": 2, "manifest_version": 2,
"permissions": [ "permissions": [
"activeTab",
"tabs", "tabs",
"storage", "storage",
"http://*/", "http://*/",
"https://*/", "https://*/"
"<all_urls>"
], ],
"background": "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

Binary file not shown.