{
  "name": "Gym Log",
  "short_name": "Gym Log",
  "description": "Precision athletic workout companion and strength log. 100% offline-ready, local privacy, zero accounts required.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#F4F6F9",
  "theme_color": "#0F172A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["fitness", "health", "sports"],
  "shortcuts": [
    {
      "name": "Start Workout",
      "url": "/workout-mode",
      "description": "Jump straight into your active workout session"
    },
    {
      "name": "My Routines",
      "url": "/workouts",
      "description": "View and manage your routines"
    },
    {
      "name": "Progress Telemetry",
      "url": "/progress",
      "description": "Analyze your training volume and PRs"
    }
  ]
}
