43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"id": "radioplayer",
|
|
"name": "RadioPlayer",
|
|
"short_name": "Radio",
|
|
"description": "RadioPlayer - stream and cast your favorite radio stations.",
|
|
"start_url": "./",
|
|
"scope": ".",
|
|
"display": "fullscreen",
|
|
"display_override": ["fullscreen", "window-controls-overlay", "standalone", "minimal-ui", "browser"],
|
|
"orientation": "portrait-primary",
|
|
"background_color": "#111318",
|
|
"theme_color": "#111318",
|
|
"categories": ["music", "entertainment"],
|
|
"icons": [
|
|
{
|
|
"src": "assets/radioplayer-logo-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "assets/radioplayer-logo-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Open RadioPlayer",
|
|
"short_name": "Open",
|
|
"description": "Launch RadioPlayer",
|
|
"url": "./",
|
|
"icons": [
|
|
{
|
|
"src": "assets/radioplayer-logo-192.png",
|
|
"sizes": "192x192"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|