{
  "name": "GYMFITX - Manage Smarter. Grow Stronger.",
  "short_name": "GYMFITX",
  "description": "Complete Commercial Gym, Turnstile Access & Fitness Operations Suite",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B132B",
  "theme_color": "#0066FF",
  "categories": ["fitness", "business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Turnstile Scanner",
      "short_name": "Scanner",
      "description": "Scan member turnstile check-ins with sound chime",
      "url": "/attendance/live",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add New Member",
      "short_name": "New Member",
      "description": "Register a new gym athlete pass",
      "url": "/members/create",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Workout Generator",
      "short_name": "AI Workout",
      "description": "Generate 6-day split workout routine",
      "url": "/workouts",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Fee Desk & Payments",
      "short_name": "Billing",
      "description": "Record fee collection and generate GST receipt",
      "url": "/payments",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
