{
  "name": "Steel Log Workout Tracker",
  "short_name": "Steel Log",
  "description": "Track every rep. Own every PR.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Workout",
      "description": "Jump straight into a new workout",
      "url": "/?action=start-workout",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Routines",
      "short_name": "Routines",
      "description": "View your saved routines",
      "url": "/?action=routines",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
