{
  "name": "GeoQuest",
  "short_name": "GeoQuest",
  "description": "Das ultimative Geographie-Quiz – Städte, Flaggen, Hauptstädte, Flüsse & Sehenswürdigkeiten",
  "start_url": "./GeoQuest.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "games",
    "education"
  ],
  "lang": "de",
  "scope": "./"
}