Skip to content

Commit da50616

Browse files
authored
Update manifest.json
1 parent 1ae0ed8 commit da50616

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

frontend/public/manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,22 @@
77
"sizes": "64x64",
88
"type": "image/png"
99
},
10+
{
11+
"src": "logo-mask-192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
1015
{
1116
"src": "logo-mask-192.png",
1217
"type": "image/png",
1318
"sizes": "192x192",
1419
"purpose": "maskable"
1520
},
21+
{
22+
"src": "logo-mask-512.png",
23+
"type": "image/png",
24+
"sizes": "512x512",
25+
},
1626
{
1727
"src": "logo-mask-512.png",
1828
"type": "image/png",

0 commit comments

Comments
 (0)