diff options
| author | Fuwn <[email protected]> | 2023-09-19 20:00:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-19 20:00:44 -0700 |
| commit | 920560543b8f1d35dfa7b3468b3dc2d31a89c63f (patch) | |
| tree | 03bb534635762eb5d2ab4a5c92627da7b445c5a4 /static/manifest.json | |
| parent | feat(html): meta theme-color (diff) | |
| download | due.moe-920560543b8f1d35dfa7b3468b3dc2d31a89c63f.tar.xz due.moe-920560543b8f1d35dfa7b3468b3dc2d31a89c63f.zip | |
feat(pwa): maskable icon
Diffstat (limited to 'static/manifest.json')
| -rw-r--r-- | static/manifest.json | 3 |
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", |