From 4426cf6d2edeee0b12d05c5964fa16b542e0612e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 14 Sep 2023 20:59:08 -0700 Subject: feat: pwa --- static/manifest.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 static/manifest.json (limited to 'static/manifest.json') diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 00000000..c06e227c --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,50 @@ +{ + "short_name": "期限", + "name": "期限", + "start_url": "/", + "icons": [ + { + "src": "favicon-512x512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "favicon-192x192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "favicon-144x144.png", + "type": "image/png", + "sizes": "144x144" + }, + { + "src": "favicon-128x128.png", + "type": "image/png", + "sizes": "128x128" + }, + { + "src": "favicon-72x72.png", + "type": "image/png", + "sizes": "72x72" + }, + { + "src": "favicon-48x48.png", + "type": "image/png", + "sizes": "48x48" + }, + { + "src": "favicon-36x36.png", + "type": "image/png", + "sizes": "36x36" + }, + { + "src": "favicon-16x16.png", + "type": "image/png", + "sizes": "16x16" + } + ], + "display": "standalone", + "scope": "/", + "description": "Instantly view which anime & manga on your lists have new episodes/chapters!" +} -- cgit v1.2.3