{
  "name": "Brain — Dein KI Gedächtnis",
  "short_name": "Brain",
  "description": "Dein KI Companion mit echtem Gedächtnis. Kennt deine Projekte, Stimmungen und Menschen.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#F8FAFB",
  "theme_color": "#3D8B37",
  "orientation": "any",
  "lang": "de-CH",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Friend Mode",
      "short_name": "Friend",
      "description": "Open in Friend mode",
      "url": "/?mode=freund"
    },
    {
      "name": "Smart Mode",
      "short_name": "Smart",
      "description": "Open in Smart mode",
      "url": "/?mode=smart"
    }
  ]
}
