{
  "name": "KS Palia Tour & Travels",
  "short_name": "KS Palia",
  "description": "Premium Bus Booking Service by KS Palia Tour & Travels.",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0B0F17",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwa/icon-144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "/images/pwa/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Bus",
      "short_name": "Search",
      "description": "Find and book bus routes",
      "url": "/index.php",
      "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View active tickets and receipts",
      "url": "/bookings.php",
      "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Booking",
      "short_name": "New Trip",
      "description": "Book a new bus journey",
      "url": "/bus.php",
      "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Recent Trips",
      "short_name": "Recent",
      "description": "View recently booked bus tickets",
      "url": "/bookings.php?filter=confirmed",
      "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Customer Support",
      "short_name": "Support",
      "description": "24/7 Helpline & Support",
      "url": "/index.php?modal=support",
      "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
