2026-03-16 19:19:22 +01:00
|
|
|
{
|
|
|
|
|
"name": "diora",
|
|
|
|
|
"short_name": "diora",
|
|
|
|
|
"description": "Internet radio player",
|
|
|
|
|
"start_url": "/",
|
|
|
|
|
"display": "standalone",
|
2026-04-05 17:54:00 +02:00
|
|
|
"display_override": ["window-controls-overlay", "standalone"],
|
2026-03-16 19:19:22 +01:00
|
|
|
"background_color": "#000000",
|
|
|
|
|
"theme_color": "#000000",
|
|
|
|
|
"orientation": "any",
|
|
|
|
|
"icons": [
|
|
|
|
|
{
|
|
|
|
|
"src": "/static/icon-192.png",
|
|
|
|
|
"sizes": "192x192",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "any maskable"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "/static/icon-512.png",
|
|
|
|
|
"sizes": "512x512",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "any maskable"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|