{
  "name": "Gymnaut",
  "short_name": "Gymnaut",
  "description": "Your AI fitness companion for workouts, health tracking, programs, gyms, nutrition, and community.",
  "id": "/",
  "lang": "en",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0e0f12",
  "theme_color": "#0e0f12",
  "categories": ["fitness", "health", "lifestyle"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Open Chat",
      "short_name": "Chat",
      "description": "Ask Gymnaut for workout or nutrition help.",
      "url": "/dashboard/chat",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Find Workouts",
      "short_name": "Workouts",
      "description": "Browse workouts and training plans.",
      "url": "/workouts",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Open Community",
      "short_name": "Community",
      "description": "Read and create community posts.",
      "url": "/community",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
