{
  "name": "ShapeUP - Sports & Wellness Platform",
  "short_name": "ShapeUP",
  "description": "Complete platform for booking gyms, courts, classes, and managing wellness programs",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#9333ea",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Home Screen"
    },
    {
      "src": "/screenshots/booking.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Booking Facility"
    },
    {
      "src": "/screenshots/qr-checkin.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "QR Code Check-in"
    }
  ],
  "categories": [
    "health",
    "fitness",
    "lifestyle",
    "sports"
  ],
  "shortcuts": [
    {
      "name": "Book Facility",
      "short_name": "Book",
      "description": "Quickly book a facility",
      "url": "/book",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Guardian Dashboard",
      "short_name": "Guardian",
      "description": "View your athletes' schedules",
      "url": "/guardian/dashboard",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Coach Dashboard",
      "short_name": "Coach",
      "description": "Manage teams and training",
      "url": "/coach",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "QR Check-in",
      "short_name": "Check-in",
      "description": "Scan QR code to check-in",
      "url": "/checkin",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "description": "View wallet balance",
      "url": "/wallet",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "permissions": [
    "geolocation",
    "notifications",
    "camera"
  ]
}
