Skip to content

Commit 14f25ff

Browse files
committed
fix: site.webmanifest
1 parent 7112558 commit 14f25ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/favicon/site.webmanifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "Javaistic",
33
"short_name": "Javaistic",
4+
"theme_color": "#3884FF",
5+
"background_color": "#ffffff",
6+
"display": "standalone",
47
"icons": [
58
{
69
"src": "/android-chrome-192x192.png",
@@ -11,7 +14,7 @@
1114
"src": "/android-chrome-512x512.png",
1215
"sizes": "512x512",
1316
"type": "image/png"
14-
}
17+
},
1518
{
1619
"src": "\/android-icon-36x36.png",
1720
"sizes": "36x36",
@@ -49,7 +52,4 @@
4952
"density": "4.0"
5053
}
5154
]
52-
"theme_color": "#3884FF",
53-
"background_color": "#ffffff",
54-
"display": "standalone"
5555
}

0 commit comments

Comments
 (0)