{
  "name": "Iron Lab — Bench Press Tracker",
  "short_name": "Iron Lab",
  "description": "Track your bench press sets, volume, and PRs. Compare sessions and compete on the leaderboard.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f0f",
  "theme_color": "#ff6b00",
  "orientation": "portrait-primary",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Track your bench press sets and volume"
    }
  ],
  "shortcuts": [
    {
      "name": "New Session",
      "short_name": "New Session",
      "description": "Start a new workout session",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
