{
  "name": "RepTwin AI",
  "short_name": "RepTwin",
  "description": "Your personal fitness portal powered by AI coaching",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#22C55E",
  "background_color": "#0A0A0F",
  "categories": ["health", "sports", "fitness"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Check In",
      "url": "/checkin",
      "description": "Log today's check-in"
    },
    {
      "name": "My Workout",
      "url": "/workout",
      "description": "View today's workout"
    }
  ]
}
