{
  "name": "GartenKicker",
  "short_name": "GartenKicker",
  "description": "Hof-Liga: Verwalte deine echten Garten-Fußballspiele wie eine Profi-Liga.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fefdf6",
  "theme_color": "#FFD60A",
  "lang": "de",
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Neues Spiel",
      "short_name": "Spiel",
      "description": "Direkt ein neues Match starten",
      "url": "./index.html?action=newmatch",
      "icons": [{ "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Story-Modus",
      "short_name": "Story",
      "description": "Story-Packs öffnen",
      "url": "./index.html?action=story",
      "icons": [{ "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "WM im Garten",
      "short_name": "WM-Challenge",
      "description": "Tages-Challenge spielen",
      "url": "./index.html?action=gk-challenge",
      "icons": [{ "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
