{
  "name": "Diagnostikbericht Generator",
  "short_name": "DiagBericht",
  "description": "Erstellen Sie präzise psychologische Berichte mit lokaler KI-Unterstützung.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#fffc00",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "de",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "education"],
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "favicon-zsl.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neuer Bericht",
      "short_name": "Neu",
      "description": "Neuen Diagnostikbericht erstellen",
      "url": "/?action=new",
      "icons": [{ "src": "favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Einstellungen",
      "short_name": "Einstellungen",
      "description": "KI-Einstellungen öffnen",
      "url": "/?action=settings",
      "icons": [{ "src": "favicon.svg", "sizes": "any" }]
    }
  ]
}
