{
  "name": "Ticket - Bus Booking",
  "short_name": "Ticket",
  "description": "Book bus tickets across Oman, Saudi Arabia, and Sudan. Fast, secure, and easy.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8FAFC",
  "theme_color": "#1E3A8A",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "auto",
  "categories": ["travel", "transportation", "booking"],
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Trips",
      "short_name": "Search",
      "description": "Search for available bus trips",
      "url": "/?action=search"
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your booking history",
      "url": "/history"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
