-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
26 lines (26 loc) · 859 Bytes
/
manifest.json
File metadata and controls
26 lines (26 loc) · 859 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
{
"name": "hengshuai's blog",
"short_name": "hengshuai's blog",
"description": "a progress blog app for sharing web development experiences...",
"icons": [
{
"src": "https://ihengshuai-demo1.oss-cn-beijing.aliyuncs.com/192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://ihengshuai-demo1.oss-cn-beijing.aliyuncs.com/512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"start_url": "https://blog.usword.cn?from=homescreen",
"display": "standalone",
"theme_color": "#747bff",
"background_color": "#747bff",
"orientation": "portrait",
"related_applications": [],
"prefer_related_applications": false
}