{
  "name": "ProLift Workout Tracker",
  "short_name": "ProLift",
  "description": "Mobile-first gym tracker for strength workouts, cardio sessions, body progress, personal records, and training history.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#111111",
  "theme_color": "#ff4500",
  "orientation": "portrait-primary",
  "categories": ["fitness", "health", "sports", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Start Workout", "short_name": "Workout", "url": "/#/workout", "description": "Start or continue a workout." },
    { "name": "View Stats", "short_name": "Stats", "url": "/#/stats", "description": "Open training stats." },
    { "name": "Body Progress", "short_name": "Body", "url": "/#/body", "description": "Open body progress check-ins." }
  ]
}
