We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e949c6a commit b59bddaCopy full SHA for b59bdda
1 file changed
manifest.json
@@ -1,6 +1,12 @@
1
{
2
"name": "HTMLChat",
3
"short_name": "HTMLChat",
4
+ "start_url": "./",
5
+ "display": "standalone",
6
+ "background_color": "#00bfff",
7
+ "theme_color": "#00bfff",
8
+ "lang": "en",
9
+ "scope": "./",
10
"icons": [
11
12
"src": "icons/icon-48x48.png",
@@ -52,9 +58,5 @@
52
58
"sizes": "512x512",
53
59
"type": "image/png"
54
60
}
55
- ],
56
- "start_url": "./",
57
- "display": "standalone",
- "background_color": "#00c6ff",
- "theme_color": "#00c6ff"
61
+ ]
62
0 commit comments