{
  "id": "/game.html",
  "name": "EinsatzLeiter 112",
  "short_name": "EL112",
  "description": "Echtzeit-Einsatzleitstelle: Verwalte Wachen, Fahrzeuge und Einsätze in deiner Stadt.",
  "start_url": "/game.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0f1115",
  "theme_color": "#e63946",
  "lang": "de",
  "dir": "ltr",
  "categories": ["games", "simulation", "strategy"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/pwa/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Direkt zum Spiel",
      "short_name": "Spielen",
      "description": "Öffnet die Karte und Einsatzleitstelle",
      "url": "/game.html",
      "icons": [{ "src": "/img/pwa/icon-192.png", "sizes": "192x192" }]
    }
  ]
}