{
  "name": "sessionflow.live",
  "short_name": "SessionFlow",
  "description": "Your global home for live sessions, exclusive deals, and a verified community",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F1419",
  "theme_color": "#C9973A",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "education", "health", "fitness"],
  "icons": [
    {
      "src": "/kombi-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/kombi-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Sessions",
      "short_name": "Sessions",
      "description": "Browse all available live sessions",
      "url": "/classes",
      "icons": [
        {
          "src": "/icons/classes-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings", 
      "description": "View your booked sessions",
      "url": "/my-bookings",
      "icons": [
        {
          "src": "/icons/bookings-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Host Dashboard",
      "short_name": "Host",
      "description": "Access host dashboard",
      "url": "/host-dashboard",
      "icons": [
        {
          "src": "/icons/trainer-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}