74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"id": "radioplayer",
|
|
"name": "RadioPlayer",
|
|
"short_name": "Radio",
|
|
"description": "RadioPlayer - stream and cast your favorite radio stations.",
|
|
"lang": "en",
|
|
"dir": "ltr",
|
|
"start_url": "./",
|
|
"scope": ".",
|
|
"display": "fullscreen",
|
|
"display_override": ["fullscreen", "window-controls-overlay", "standalone", "minimal-ui", "browser"],
|
|
"orientation": "portrait-primary",
|
|
"background_color": "#111318",
|
|
"theme_color": "#111318",
|
|
"prefer_related_applications": false,
|
|
"categories": ["music", "entertainment"],
|
|
"screenshots": [
|
|
{
|
|
"src": "screenshots/radioplayer-desktop.png",
|
|
"sizes": "2520x1792",
|
|
"type": "image/png",
|
|
"form_factor": "wide",
|
|
"label": "RadioPlayer desktop player and station library"
|
|
},
|
|
{
|
|
"src": "screenshots/radioplayer-mobile.png",
|
|
"sizes": "683x1477",
|
|
"type": "image/png",
|
|
"form_factor": "narrow",
|
|
"label": "RadioPlayer mobile player and station library"
|
|
}
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "assets/radioplayer-logo-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "assets/radioplayer-logo-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "assets/radioplayer-logo-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "assets/radioplayer-logo-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Open RadioPlayer",
|
|
"short_name": "Open",
|
|
"description": "Launch RadioPlayer",
|
|
"url": "./",
|
|
"icons": [
|
|
{
|
|
"src": "assets/radioplayer-logo-192.png",
|
|
"sizes": "192x192"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|