Files
musicmouse/web/public/manifest.webmanifest
2026-08-27 12:32:20 +02:00

23 lines
613 B
JSON

{
"name": "Musik Delphin",
"short_name": "Musik",
"description": "Musik und Hörbücher für die MusicMouse",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#0d2f3c",
"theme_color": "#0d2f3c",
"lang": "de",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{
"src": "/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}