{
  "name": "FM26 Taktik-Analyzer",
  "short_name": "FM26 Analyzer",
  "description": "KI-gestützte Football Manager 26 Taktikanalyse — Formation, Spielstil, Attribute, Standards, Vergleich",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080D16",
  "theme_color": "#080D16",
  "lang": "de",
  "categories": ["games", "sports", "utilities"],
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screen1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Formation & Spielerrollen"
    },
    {
      "src": "screenshots/screen2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "KI-Taktikanalyse"
    }
  ],
  "shortcuts": [
    {
      "name": "Neue Analyse",
      "short_name": "Analysieren",
      "description": "Direkt zur Taktikanalyse",
      "url": "./index.html#formation",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Taktik vergleichen",
      "short_name": "Vergleich",
      "description": "Zwei Taktiken vergleichen",
      "url": "./index.html#vergleich",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
