﻿{
  "id": "/",
  "name": "Khelsel - Smart Facility Booking",
  "short_name": "Khelsel",
  "description": "Buy, rent & book sport venues, gear and books.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#15151b",
  "theme_color": "#2e7cf6",
  "categories": ["sports", "lifestyle"],
  "icons": [
    { "src": "/favicon/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/favicon/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/favicon/app-icon-maskable-512.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" }
  ]
}
