Skip to content

Commit e371a45

Browse files
🐛 fix: Fix json
1 parent 3120375 commit e371a45

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"background_color": "#000000",
3-
"description": "Empowering your AI dreams with LobeHub",
4-
"display": "fullscreen",
5-
"icons": [
6-
{
7-
"src": "/android-chrome-192x192.png",
8-
"sizes": "192x192",
9-
"type": "image/png",
10-
"purpose": "any"
11-
},
12-
{
13-
"src": "/android-chrome-maskable-192x192.png",
14-
"sizes": "192x192",
15-
"type": "image/png",
16-
"purpose": "maskable"
17-
},
18-
{
19-
"src": "/android-chrome-512x512.png",
20-
"sizes": "512x512",
21-
"type": "image/png"
22-
"purpose": "any"
23-
},
24-
{
25-
"src": "/android-chrome-maskable-512x512.png",
26-
"sizes": "512x512",
27-
"type": "image/png",
28-
"purpose": "maskable"
29-
},
30-
],
31-
"name": "LobeHub",
32-
"orientation": "portrait",
33-
"scope": "/",
34-
"id": "/",
35-
"short_name": "LobeHub",
36-
"splash_pages": null,
37-
"start_url": "/",
38-
"theme_color": "#000000"
2+
"background_color": "#000000",
3+
"description": "Empowering your AI dreams with LobeHub",
4+
"display": "fullscreen",
5+
"icons": [
6+
{
7+
"src": "/android-chrome-192x192.png",
8+
"sizes": "192x192",
9+
"type": "image/png",
10+
"purpose": "any"
11+
},
12+
{
13+
"src": "/android-chrome-maskable-192x192.png",
14+
"sizes": "192x192",
15+
"type": "image/png",
16+
"purpose": "maskable"
17+
},
18+
{
19+
"src": "/android-chrome-512x512.png",
20+
"sizes": "512x512",
21+
"type": "image/png",
22+
"purpose": "any"
23+
},
24+
{
25+
"src": "/android-chrome-maskable-512x512.png",
26+
"sizes": "512x512",
27+
"type": "image/png",
28+
"purpose": "maskable"
29+
}
30+
],
31+
"name": "LobeHub",
32+
"orientation": "portrait",
33+
"scope": "/",
34+
"id": "/",
35+
"short_name": "LobeHub",
36+
"splash_pages": null,
37+
"start_url": "/",
38+
"theme_color": "#000000"
3939
}

0 commit comments

Comments
 (0)