{
    "name": "Buchstaben Detektiv",
    "short_name": "Detektiv",
    "description": "Wimmelbild-Spiel zum Finden von Dingen mit dem gezogenen Anfangsbuchstaben.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#faf3e3",
    "theme_color": "#e85d4a",
    "icons": [
        {
            "src": "icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}
