-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
45 lines (45 loc) · 1.05 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
{
"name": "Fsh Radio",
"short_name": "Fsh Radio",
"scope": "/",
"start_url": "/",
"display": "standalone",
"display_override": ["minimal-ui"],
"theme_color": "#333333",
"background_color": "#181818",
"description": "Fsh radio - Listen to songs live with people around the world",
"icons": [
{
"src": "https://fsh.plus/fsh.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "https://fsh.plus/fsh-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "https://fsh.plus/mask.png",
"sizes": "256x256",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots" : [
{
"type": "image/png",
"sizes": "1920x953",
"form_factor": "wide",
"label": "Main page in desktop",
"src": "https://radio.fsh.plus/media/ss/desktop.png"
},
{
"type": "image/png",
"sizes": "387x849",
"form_factor": "narrow",
"label": "Main page in mobile",
"src": "https://radio.fsh.plus/media/ss/mobile.png"
}
]
}