Skip to content

Commit c8756bb

Browse files
committed
-
1 parent 78b9592 commit c8756bb

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

src/web/manifest.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,25 @@
44
{
55
"src": "icon192.png",
66
"sizes": "192x192",
7-
"type": "image/png"
7+
"type": "image/png",
8+
"purpose": "maskable"
89
},
910
{
1011
"src": "icon512.png",
1112
"sizes": "512x512",
12-
"type": "image/png"
13+
"type": "image/png",
14+
"purpose": "any"
15+
},
16+
{
17+
"src": "icon512.png",
18+
"sizes": "512x512",
19+
"type": "image/png",
20+
"purpose": "maskable"
21+
}],
22+
"protocol_handlers": [
23+
{
24+
"protocol": "geo",
25+
"url": "?loc=%s"
1326
}],
1427
"background_color": "#464d2e",
1528
"theme_color": "#5f8fd9",

0 commit comments

Comments
 (0)