-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 790 Bytes
/
Copy pathmanifest.json
File metadata and controls
33 lines (33 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"lang": "en-us",
"name": "Bolin Huang",
"short_name": "bolinh.com",
"description": "",
"start_url": "/",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"orientation": "any",
"display": "standalone",
"icons": [
{
"src": "/favicon.svg",
"type": "image/svg+xml",
"sizes": "512x512"
}
],
"shortcuts": [
{
"name": "Experience",
"short_name": "Exp",
"description": "Bolin's Experience",
"url": "/experience/",
"icons": [
{
"src": "/favicon.svg",
"type": "image/svg+xml",
"sizes": "512x512"
}
]
}
]
}