generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsite.webmanifest
60 lines (60 loc) · 1.22 KB
/
site.webmanifest
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
{
"name": "kvcm.live",
"short_name": "kvcm.live",
"icons": [
{
"src": "https://kvcm.live/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://kvcm.live/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#0d261a",
"background_color": "#7fff6a",
"display": "standalone",
"start_url": "https://kvcm.live/",
"url": "https://kvcm.live",
"lang": "en",
"screenshots": [
{
"src": "/assets/desktop.png",
"sizes": "1280x800",
"type": "image/png"
},
{
"src": "/assets/mobile.png",
"sizes": "750x1334",
"type": "image/png"
}
],
"orientation": "any",
"scope": "https://kvcm.live/",
"categories": [
"education",
"entertainment",
"music",
"news"
],
"shortcuts": [
{
"name": "Listen Live",
"url": "/"
},
{
"name": "Shows/Schedule",
"url": "/shows"
},
{
"name": "Podcasts",
"url": "/podcasts"
},
{
"name": "Events",
"url": "/events"
}
]
}