Skip to content

Commit 3120375

Browse files
✨ feat: Add maskable icon
1 parent 9e06efc commit 3120375

File tree

5 files changed

+27
-10
lines changed

5 files changed

+27
-10
lines changed
6.75 KB
Loading
28.4 KB
Loading
File renamed without changes.
File renamed without changes.
Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,39 @@
11
{
2-
"name": "LobeHub",
3-
"short_name": "LobeHub",
4-
"scope": "/",
5-
"start_url": "/",
6-
"orientation": "portrait",
2+
"background_color": "#000000",
3+
"description": "Empowering your AI dreams with LobeHub",
4+
"display": "fullscreen",
75
"icons": [
86
{
97
"src": "/android-chrome-192x192.png",
108
"sizes": "192x192",
11-
"type": "image/png"
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"
1217
},
1318
{
1419
"src": "/android-chrome-512x512.png",
1520
"sizes": "512x512",
1621
"type": "image/png"
17-
}
22+
"purpose": "any"
23+
},
24+
{
25+
"src": "/android-chrome-maskable-512x512.png",
26+
"sizes": "512x512",
27+
"type": "image/png",
28+
"purpose": "maskable"
29+
},
1830
],
19-
"theme_color": "#000000",
20-
"background_color": "#000000",
21-
"display": "fullscreen"
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"
2239
}

0 commit comments

Comments
 (0)