aboutsummaryrefslogtreecommitdiff
path: root/static/manifest.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-19 20:00:44 -0700
committerFuwn <[email protected]>2023-09-19 20:00:44 -0700
commit920560543b8f1d35dfa7b3468b3dc2d31a89c63f (patch)
tree03bb534635762eb5d2ab4a5c92627da7b445c5a4 /static/manifest.json
parentfeat(html): meta theme-color (diff)
downloaddue.moe-920560543b8f1d35dfa7b3468b3dc2d31a89c63f.tar.xz
due.moe-920560543b8f1d35dfa7b3468b3dc2d31a89c63f.zip
feat(pwa): maskable icon
Diffstat (limited to 'static/manifest.json')
-rw-r--r--static/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/manifest.json b/static/manifest.json
index 086a9a71..1b41b070 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -6,7 +6,8 @@
{
"src": "favicon-512x512.png",
"type": "image/png",
- "sizes": "512x512"
+ "sizes": "512x512",
+ "purpose": "maskable"
},
{
"src": "favicon-192x192.png",