{
  "name": "SST Booking Window",
  "short_name": "SST",
  "description": "Tour Operations & File Management — Sai Shishir Tours",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1565c0",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View dashboard"
    },
    {
      "name": "Files",
      "url": "/files",
      "description": "View all files"
    },
    {
      "name": "Bookings",
      "url": "/booking-requests",
      "description": "View booking requests"
    }
  ]
}
