Skip to content

Commit 65d7149

Browse files
committed
Fix : icon size setting fixed #65
Signed-off-by: bentshrimp <bent_shrimp@kookmin.ac.kr>
1 parent 1442f0d commit 65d7149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"name": "Open Set Go",
44
"icons": [
55
{
6-
"src": "Logo.ico",
6+
"src": "logo.svg",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
},
1010
{
1111
"src": "logo192.png",
1212
"type": "image/png",
13-
"sizes": "138x192"
13+
"sizes": "192x192"
1414
},
1515
{
1616
"src": "Logo512.png",

0 commit comments

Comments
 (0)