Skip to content

Commit b59bdda

Browse files
committed
deploy: 32146f5
1 parent e949c6a commit b59bdda

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

manifest.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "HTMLChat",
33
"short_name": "HTMLChat",
4+
"start_url": "./",
5+
"display": "standalone",
6+
"background_color": "#00bfff",
7+
"theme_color": "#00bfff",
8+
"lang": "en",
9+
"scope": "./",
410
"icons": [
511
{
612
"src": "icons/icon-48x48.png",
@@ -52,9 +58,5 @@
5258
"sizes": "512x512",
5359
"type": "image/png"
5460
}
55-
],
56-
"start_url": "./",
57-
"display": "standalone",
58-
"background_color": "#00c6ff",
59-
"theme_color": "#00c6ff"
61+
]
6062
}

0 commit comments

Comments
 (0)