{
  "name": "Gymnaut",
  "short_name": "Gymnaut",
  "description": "Your AI fitness companion for workouts, health tracking, programs, gyms, nutrition, and community.",
  "id": "/",
  "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-64.png?v=3", "sizes": "64x64", "type": "image/png" }]
    },
    {
      "name": "Find Workouts",
      "short_name": "Workouts",
      "description": "Browse workouts and training plans.",
      "url": "/workouts",
      "icons": [{ "src": "/favicon-64.png?v=3", "sizes": "64x64", "type": "image/png" }]
    },
    {
      "name": "Open Community",
      "short_name": "Community",
      "description": "Read and create community posts.",
      "url": "/community",
      "icons": [{ "src": "/favicon-64.png?v=3", "sizes": "64x64", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/pwa-icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-maskable-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
