-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmanifest.json
92 lines (92 loc) · 2.49 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "1tuner.com",
"short_name": "1tuner",
"description": "1 web app to listen to online radio",
"start_url": "/?source=pwa",
"id": "/?homescreen=1",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#ebebeb",
"theme_color": "#111111",
"launch_handler": {
"client_mode": ["focus-existing", "auto"]
},
"icons": [
{
"src": "/assets/icons/icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"purpose": "any",
"src": "/assets/icons/icon-512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"purpose": "maskable",
"src": "/assets/icons/icon-192x192-maskable.png",
"type": "image/png",
"sizes": "192x192"
},
{
"purpose": "maskable",
"src": "/assets/icons/icon-512x512-maskable.png",
"type": "image/png",
"sizes": "512x512"
}
],
"shortcuts": [
{
"name": "Stations",
"short_name": "Stations",
"description": "Listen to the radio",
"url": "/radio-stations?source=pwa",
"icons": [{ "src": "/assets/icons/shortcut-stations-192x192.png", "sizes": "192x192" }]
},
{
"name": "Podcasts",
"short_name": "Podcasts",
"description": "Find and listen to podcasts",
"url": "/podcasts?source=pwa",
"icons": [{ "src": "/assets/icons/shortcut-podcasts-192x192.png", "sizes": "192x192" }]
},
{
"name": "Playlists",
"short_name": "Playlists",
"description": "Your own radio playlists",
"url": "/playlists?source=pwa",
"icons": [{ "src": "/assets/icons/shortcut-playlists-192x192.png", "sizes": "192x192" }]
},
{
"name": "Settings",
"short_name": "Settings",
"description": "Change the app settings",
"url": "/settings?source=pwa",
"icons": [{ "src": "/assets/icons/shortcut-settings-192x192.png", "sizes": "192x192" }]
}
],
"screenshots": [
{
"src": "/assets/screenshots/screenshot-01-home.jpg",
"type": "image/jpeg",
"sizes": "750x1334"
},
{
"src": "/assets/screenshots/screenshot-02-radio.jpg",
"type": "image/jpeg",
"sizes": "750x1334"
},
{
"src": "/assets/screenshots/screenshot-04-podcast.jpg",
"type": "image/jpeg",
"sizes": "750x1334"
},
{
"src": "/assets/screenshots/screenshot-03-radio-page.jpg",
"type": "image/jpeg",
"sizes": "750x1334"
}
],
"categories": ["entertainment", "music", "news"]
}