-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
50 lines (50 loc) · 1.09 KB
/
manifest.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"scope": "/",
"name": "mickir的魔法笔记",
"short_name": "mickir-blog",
"start_url": "/index.html",
"display": "standalone",
"description": "每一个魔法师都要有一本魔法笔记",
"dir": "ltr",
"lang": "cn",
"orientation": "portrait",
"theme_color": "#FAFAFA",
"background_color": "#fff",
"icons": [{
"src": "images/icon48.png",
"sizes": "48x48",
"type": "image/png"
}, {
"src": "images/icon64.png",
"sizes": "64x64",
"type": "image/png"
}, {
"src": "images/icon128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "images/icon192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "images/icon256.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "images/icon512.png",
"sizes": "512x512",
"type": "image/png"
}, {
"src": "images/icon57.png",
"sizes": "57x57",
"type": "image/png"
}, {
"src": "images/icon72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "images/icon96.png",
"sizes": "96x96",
"type": "image/png"
}]
}