Skip to content

Commit 00c8ea4

Browse files
authored
Add start_url to manifest configuration
Added start_url property to manifest.json
1 parent b66ff1c commit 00c8ea4

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

manifest.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"name": "ChatBot",
3-
"short_name": "Vault",
4-
"icons": [
5-
{
6-
"src": "icons/192.png",
7-
"sizes": "192x192",
8-
"type": "image/png"
9-
}
10-
],
11-
"theme_color": "#0C0F18",
12-
"background_color": "#1649FF",
13-
"display": "standalone"
14-
}
2+
"name": "ChatBot",
3+
"short_name": "Vault",
4+
"start_url": "/",
5+
"icons": [
6+
{
7+
"src": "icons/192.png",
8+
"sizes": "192x192",
9+
"type": "image/png"
10+
}
11+
],
12+
"theme_color": "#0C0F18",
13+
"background_color": "#1649FF",
14+
"display": "standalone"
15+
}

0 commit comments

Comments
 (0)