-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
69 lines (69 loc) · 1.93 KB
/
manifest.json
File metadata and controls
69 lines (69 loc) · 1.93 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"short_name": "HBNI Audio",
"name": "HBNI Audio",
"icons": [
{
"src": "/static/icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/static/icon-192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"id": "/?source=pwa",
"start_url": "/?source=pwa",
"background_color": "#101413",
"display": "standalone",
"scope": "/",
"theme_color": "#101413",
"shortcuts": [
{
"name": "Current Events",
"short_name": "Events",
"description": "View active broadcasts and scheduled events",
"url": "/events?source=pwa",
"icons": [
{ "src": "/static/icon-192.png", "sizes": "192x192" }
]
},
{
"name": "Audio Archives",
"short_name": "Archives",
"description": "Browse past broadcast archives",
"url": "/archives?source=pwa",
"icons": [
{ "src": "/static/icon-192.png", "sizes": "192x192" }
]
}
],
"description": "Stream, schedule, and access audio broadcasts with HBNI Audio.",
"screenshots": [
{
"src": "/static/screenshots/home.png",
"type": "image/png",
"sizes": "370x680",
"form_factor": "narrow"
},
{
"src": "/static/screenshots/home-wide.png",
"type": "image/png",
"sizes": "1545x1132",
"form_factor": "wide"
},
{
"src": "/static/screenshots/audioarchives.png",
"type": "image/png",
"sizes": "370x680",
"form_factor": "narrow"
},
{
"src": "/static/screenshots/events.png",
"type": "image/png",
"sizes": "370x680",
"form_factor": "narrow"
}
]
}