Skip to content

Commit 7c715ab

Browse files
authored
Update site.webmanifest
1 parent 6f17607 commit 7c715ab

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

web/public/site.webmanifest

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
"name": "Techulus Cloud",
3-
"short_name": "Techulus Cloud",
4-
"icons": [
5-
{
6-
"src": "/android-chrome-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png"
9-
},
10-
{
11-
"src": "/android-chrome-512x512.png",
12-
"sizes": "512x512",
13-
"type": "image/png"
14-
}
15-
],
16-
"theme_color": "#ffffff",
17-
"background_color": "#ffffff",
18-
"display": "standalone"
2+
"name": "Techulus Cloud",
3+
"short_name": "Techulus Cloud",
4+
"start_url": "/dashboard",
5+
"scope": "/",
6+
"icons": [
7+
{
8+
"src": "/android-chrome-192x192.png",
9+
"sizes": "192x192",
10+
"type": "image/png"
11+
},
12+
{
13+
"src": "/android-chrome-512x512.png",
14+
"sizes": "512x512",
15+
"type": "image/png"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
1921
}

0 commit comments

Comments
 (0)