diff options
| author | Fuwn <[email protected]> | 2023-09-14 20:59:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-14 20:59:08 -0700 |
| commit | 4426cf6d2edeee0b12d05c5964fa16b542e0612e (patch) | |
| tree | bd7c35568d57002f1c125abfb288b99d09198523 /static/manifest.json | |
| parent | format(updates): add types (diff) | |
| download | due.moe-4426cf6d2edeee0b12d05c5964fa16b542e0612e.tar.xz due.moe-4426cf6d2edeee0b12d05c5964fa16b542e0612e.zip | |
feat: pwa
Diffstat (limited to 'static/manifest.json')
| -rw-r--r-- | static/manifest.json | 50 |
1 files changed, 50 insertions, 0 deletions
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!" +} |