-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathmainfest.json
More file actions
46 lines (46 loc) · 1.29 KB
/
mainfest.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"name": "STUDY WITH MIKU - 初音未来在线自习室",
"icons": [
{
"src": "./assets/icon/icon_192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./assets/icon/icon_512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./assets/icon/icon_768x768.png",
"sizes": "768x768",
"type": "image/png"
}
],
"start_url": "./?type=PWA",
"display": "standalone",
"background_color": "#448a91",
"theme_color": "#448a91",
"description": "STUDY WITH MIKU 在线自习室!来享受一个与初音未来一起高效学习的时间吧! STUDY WITH MIKU is an online study room! Join us for a Kawaii and Productive study environment!",
"screenshots": [
{
"src": "./assets/cover.png",
"type": "image/png",
"sizes": "1542x867"
}
],
"shortcuts": [
{
"name": "STUDY!",
"description": "开始学习吧!",
"url": "./?type=pwa&mode=study",
"icons": [{ "src": "./assets/icon/icon_192x192.png", "sizes": "192x192" }]
},
{
"name": "STUDY! (严格模式) ",
"description": "开始学习吧!(严格模式)",
"url": "./?type=pwa&mode=strict",
"icons": [{ "src": "./assets/icon/icon_192x192.png", "sizes": "192x192" }]
}
]
}