{
  "name": "GymGuide - Equipment & Workout Tracker",
  "short_name": "GymGuide",
  "description": "Learn proper form for every gym machine and free weight. Track your workouts offline. Installable PWA.",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "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"
    },
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["fitness", "health", "sports"],
  "lang": "en",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Equipment Scan",
      "short_name": "Scan",
      "description": "Use camera to identify gym equipment",
      "url": "/?tab=scan",
      "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "View Progress",
      "short_name": "Progress",
      "description": "See your workout progress reports",
      "url": "/?tab=progress",
      "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192" }
      ]
    }
  ]
}
