{
  "id": "/",
  "name": "ThriftyBooking – Smart Facility Booking",
  "short_name": "ThriftyBooking",
  "description": "Fast, simple, and reliable facility booking with offline support.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#7C3AED",
  "categories": ["sports", "lifestyle"],
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Venue",
      "url": "/Client/Home/SportVenues?source=pwa-shortcut",
      "description": "Browse and book sport venues"
    },
    {
      "name": "My Bookings",
      "url": "/Client/Home/Profile?tab=bookings&source=pwa-shortcut",
      "description": "View your booking history"
    }
  ]
}
