{
  "name": "Repz — Gamified AI Fitness",
  "short_name": "Repz",
  "description": "Level up your fitness with AI coaching, XP, streaks, and challenges.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#C4B49A",
  "background_color": "#ffffff",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Workouts",
      "url": "/workouts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Coach",
      "url": "/ai-coach",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
