-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
111 lines (110 loc) · 2.95 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"protocol_handlers": [
{
"protocol": "mailto",
"url": "/newEmail?to=%s"
}
],
"name": "上海大学猫盟",
"name_en": "Shanghai University Cat Alliance",
"short_name": "上大猫盟",
"short_name_en": "SHU Cats",
"start_url": "https://maomeng.online/",
"scope": "https://maomeng.online/",
"display": "standalone",
"display_override": ["window-controls-overlay"],
"description": "上海大学校内流浪猫联盟",
"description_en": "Shanghai University Feral Cats' Union",
"lang": "zh-CN",
"dir": "auto",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"orientation": "any",
"icons": [
{
"src": "/assets/img/favicons/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/img/favicons/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/img/favicons/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/img/favicons/favicon-48x48.png",
"sizes": "48x48",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/img/favicons/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
],
"screenshots": [
{
"src": "https://www.pwabuilder.com/assets/screenshots/screen1.png",
"sizes": "2880x1800",
"type": "image/png",
"description": "A screenshot of the home page"
}
],
"prefer_related_applications": false,
"shortcuts": [
{
"name": "首页",
"name_en": "Home",
"url": "/",
"description": "上海大学猫盟首页",
"description_en": "Shanghai University Cats' Union homepage"
},
{
"name": "猫谱",
"name_en": "Cat info",
"url": "/tabs/blog/",
"description": "查看小猫档案",
"description_en": "View cat info"
},
{
"name": "回溯",
"name_en": "Stars",
"url": "/tabs/archive.html",
"description": "查看过去的小猫",
"description_en": "View Departed Cats"
},
{
"name": "科普",
"name_en": "Tips",
"url": "/tabs/projects.html",
"description": "查看校内救助活动",
"description_en": "View Cats' Union Activities"
},
{
"name": "盟友",
"name_en": "Allies",
"url": "/tabs/links.html",
"description": "查看谁在支持我们",
"description_en": "Check out supporters"
},
{
"name": "我们",
"name_en": "About Us",
"url": "/tabs/about.html",
"description": "了解我们",
"description_en": "Learn about us"
}
],
"categories": ["education", "social", "lifestyle", "animals", "non-profit", "charity", "community", "volunteering"],
"offline_enabled": true
}