Add service worker

This commit is contained in:
0d0 2025-02-07 02:22:45 +01:00
parent 1bb3fd8e6d
commit 0c8779abc5
3 changed files with 89 additions and 0 deletions

9
static/manifest.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "EmersaDownloader",
"start_url": "https://dl.emersa.it",
"theme_color": "rgb(34,197,94)",
"background": "black",
"orientation": "portrait",
"display": "fullscreen",
"short_name": "e-downloader"
}