Service worker test

This commit is contained in:
ZXY101
2023-09-25 10:15:08 +02:00
parent 2efa4fb7a1
commit 014452f715
3 changed files with 74 additions and 0 deletions

11
static/manifest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "Mokuro Reader",
"short_name": "Mokuro",
"icons": [],
"start_url": "/",
"background_color": "#0d0d0f",
"display": "standalone",
"scope": "/",
"theme_color": "#0d0d0f",
"description": "Reader for Mokuro processed manga"
}