Skip to content

Commit 2325eec

Browse files
author
Shaun Prince
committed
update manifest with paths to images and icons
1 parent 5707fd3 commit 2325eec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"icons": [
55
{
66
"src": "favicon.ico",
7-
"sizes": "64x64 32x32 24x24 16x16",
7+
"sizes": "32x32",
88
"type": "image/x-icon"
99
},
1010
{
11-
"src": "logo192.png",
11+
"src": "images/logo192.png",
1212
"type": "image/png",
1313
"sizes": "192x192"
1414
},
1515
{
16-
"src": "logo512.png",
16+
"src": "images/logo512.png",
1717
"type": "image/png",
1818
"sizes": "512x512"
1919
}

0 commit comments

Comments
 (0)