-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
43 lines (42 loc) · 1.03 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
{
"name": "潮汐智慧屏",
"short_name": "潮汐智慧屏",
"description": "潮汐智慧屏节目展示",
"start_url": "/",
"scope": "/",
"orientation": "portrait",
"display_override": ["window-controls-overlay", "minimal-ui"],
"display": "standalone",
"theme_color": "#f2f2f2",
"theme-color": "#f2f2f2",
"background_color": "#f2f2f2",
"related_applications": [],
"prefer_related_applications": false,
"categories": ["social", "news", "magazines"],
"display_override": ["window-controls-overlay"]
"icons": [
{
"src": "icon512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"purpose": "maskable",
"src": "icon512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "icon512.png",
"type": "image/png",
"sizes": "540x720"
},
{
"src": "icon512.png",
"type": "image/png",
"sizes": "540x720"
}
]
}