Skip to content

Commit 52fdd30

Browse files
committed
fix: update web app manifest icon purpose to 'any'
1 parent 535b7f6 commit 52fdd30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"src": "./icons/web-app-manifest-192x192.png",
77
"sizes": "192x192",
88
"type": "image/png",
9-
"purpose": "maskable"
9+
"purpose": "any"
1010
},
1111
{
1212
"src": "./icons/web-app-manifest-512x512.png",
1313
"sizes": "512x512",
1414
"type": "image/png",
15-
"purpose": "maskable"
15+
"purpose": "any"
1616
}
1717
],
1818
"theme_color": "#fff",

0 commit comments

Comments
 (0)