{
  "name": "Catch the Phantom",
  "short_name": "Catch the Phantom",
  "description": "Das GPS-Stadtjagd-Spiel in deiner echten Stadt. Jage das Phantom durch echte Straßen.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#12080a",
  "theme_color": "#12080a",
  "orientation": "portrait-primary",
  "lang": "de",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Spiel hosten",
      "short_name": "Hosten",
      "url": "./index.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
