aboutsummaryrefslogtreecommitdiff
path: root/static/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/manifest.json')
-rw-r--r--static/manifest.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/static/manifest.json b/static/manifest.json
index 3303032e..3c5a2144 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -6,27 +6,32 @@
{
"src": "https://due.moe/favicon-196x196.png",
"type": "image/png",
- "sizes": "196x196"
+ "sizes": "196x196",
+ "purpose": "maskable any"
},
{
"src": "https://due.moe/favicon-128.png",
"type": "image/png",
- "sizes": "128x128"
+ "sizes": "128x128",
+ "purpose": "maskable any"
},
{
"src": "https://due.moe/favicon-96x96.png",
"type": "image/png",
- "sizes": "96x96"
+ "sizes": "96x96",
+ "purpose": "maskable any"
},
{
"src": "https://due.moe/favicon-32x32.png",
"type": "image/png",
- "sizes": "32x32"
+ "sizes": "32x32",
+ "purpose": "maskable any"
},
{
"src": "https://due.moe/favicon-16x16.png",
"type": "image/png",
- "sizes": "16x16"
+ "sizes": "16x16",
+ "purpose": "maskable any"
}
],
"background_color": "#060506",