{
  "name": "Raja Drop Taxi",
  "short_name": "RajaDropTaxi",
  "description": "Book affordable one-way drop taxi and outstation cabs across South India. 24/7 service, no hidden charges.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111111",
  "theme_color": "#28a745",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/static/images/logo/favicon.ico",
      "sizes": "16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/static/images/logo/logo2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/logo/logo2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "transportation"],
  "shortcuts": [
    {
      "name": "Book a Taxi",
      "short_name": "Book",
      "description": "Quickly book your one-way or outstation taxi",
      "url": "/booking/",
      "icons": [{ "src": "/static/images/logo/logo2.png", "sizes": "192x192" }]
    },
    {
      "name": "Fare Calculator",
      "short_name": "Fare",
      "description": "Calculate your trip fare instantly",
      "url": "/#section-fare-calculator",
      "icons": [{ "src": "/static/images/logo/logo2.png", "sizes": "192x192" }]
    },
    {
      "name": "Offers & Deals",
      "short_name": "Offers",
      "description": "View current taxi booking offers",
      "url": "/offers/",
      "icons": [{ "src": "/static/images/logo/logo2.png", "sizes": "192x192" }]
    }
  ]
}
