{
  "name": "GOSUVI — AI-Powered Booking",
  "short_name": "GOSUVI",
  "description": "Book bus tickets smarter with AI. Compare fares, pick your seat, and track live buses across India.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GOSUVI — AI that takes you places"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Buses",
      "short_name": "Search",
      "description": "Search for available bus routes",
      "url": "/?action=search",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your booking history",
      "url": "/?action=bookings",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["travel", "transportation"],
  "prefer_related_applications": false
}
