{
  "name": "Mentum",
  "short_name": "Mentum",
  "description": "Mentale Stärke für Sportler – KI-Coach, Mental-Log & Übungen",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/images/mentum-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/mentum-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/mentum-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Neuer Log",
      "short_name": "Log",
      "description": "Neue Einheit protokollieren",
      "url": "/log",
      "icons": [
        { "src": "/static/images/mentum-logo.png", "sizes": "96x96" }
      ]
    },
    {
      "name": "Coach Chat",
      "short_name": "Chat",
      "description": "Mit dem mentalen Coach chatten",
      "url": "/chat",
      "icons": [
        { "src": "/static/images/mentum-logo.png", "sizes": "96x96" }
      ]
    }
  ],
  "categories": ["health", "fitness", "sports"]
}
