-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
50 lines (50 loc) · 1.34 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
{
"name": "PonyvilleFM",
"short_name": "PVFM",
"description": "Internet radio with live DJs, album events, and 13+ years of Brony music",
"display": "standalone",
"background_color": "#232323",
"theme_color": "#232323",
"start_url": "./index.html",
"icons": [
{
"purpose": "maskable",
"sizes": "512x512",
"src": "./androidicon.png",
"type": "image/png"
},
{
"src": "./512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"screenshots": [
{
"src": "./gplay/mascot.png",
"sizes": "1080x1920",
"type": "image/png",
"form_factor": "narrow",
"label": "Featuring Aerial Soundwaves"
},
{
"src": "./gplay/livedjs.png",
"sizes": "1080x1920",
"type": "image/png",
"form_factor": "narrow",
"label": "Current performers at ponyvillefm.com/shows"
},
{
"src": "screenshot_wide.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "Player View Wide"
}
]
}