{
    "name": "Rescuegrid – Leitstellenspiel",
    "short_name": "Rescuegrid",
    "description": "Koordiniere Rettungsdienst, Feuerwehr und Polizei in Echtzeit. Baue deine Leitstelle aus und reagiere auf Notrufe.",
    "start_url": "/game",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0a0e1a",
    "theme_color": "#ef4444",
    "orientation": "any",
    "id": "rescuegrid-leitstelle",
    "lang": "de-DE",
    "categories": [
        "games",
        "entertainment"
    ],
    "shortcuts": [
        {
            "name": "Leitstelle öffnen",
            "short_name": "Spiel",
            "description": "Direkt zur aktiven Leitstelle",
            "url": "/game",
            "icons": [
                {
                    "src": "icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🚨</text></svg>",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ]
}