Initial commit

This commit is contained in:
0d0 2025-01-24 19:04:29 +01:00
commit 1f35f0411b
28 changed files with 5703 additions and 0 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

16
static/manifest.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "EmersaDownloader",
"start_url": "https://dl.emersa.it",
"theme_color": "rgb(34,197,94)",
"background": "black",
"orientation": "portrait",
"display": "fullscreen",
"short_name": "e-downloader",
"icons": [
{
"src": "favicon.png",
"type": "image/png",
"sizes": "128x128"
}
]
}