{
  "name": "RepConnect - Fitness Tracking",
  "short_name": "RepConnect",
  "description": "Professional strength tracking and workout logging for serious athletes",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e293b",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness", "sports"],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Workout",
      "description": "Start a new workout session",
      "url": "/?action=start-workout",
      "icons": [{ "src": "favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "View Progress",
      "short_name": "Progress",
      "description": "View your fitness progress",
      "url": "/?tab=progress",
      "icons": [{ "src": "favicon.ico", "sizes": "64x64" }]
    }
  ]
}