diora-web/static/manifest.json

25 lines
508 B
JSON
Raw Normal View History

2026-03-16 19:19:22 +01:00
{
"name": "diora",
"short_name": "diora",
"description": "Internet radio player",
"start_url": "/",
"display": "standalone",
"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"
}
]
}