{
  "name": "KK Self Drive - Car Rental in Coimbatore",
  "short_name": "KK Self Drive",
  "description": "Premium self-drive car rental service in Coimbatore. Choose from hatchbacks, sedans, SUVs, MPVs, vans & buses at affordable rates.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#1a1a2e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "transportation", "business"],
  "shortcuts": [
    {
      "name": "Book a Car",
      "short_name": "Book Now",
      "description": "Book your self-drive car rental",
      "url": "/booking",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "View Fleet",
      "short_name": "Fleet",
      "description": "Browse our car collection",
      "url": "/cars",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with us",
      "url": "/contact",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    }
  ]
}
