{
  "name": "Delhi Motors",
  "short_name": "Delhi Motors",
  "description": "Premium car service at your doorstep — book servicing, repairs, and maintenance.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#D94F3B",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["automotive", "utilities"],
  "icons": [
    {
      "src": "/dm_logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/dm_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Service",
      "short_name": "Book",
      "url": "/book",
      "description": "Start a new car service booking",
      "icons": [
        { "src": "/dm_logo.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "url": "/bookings",
      "description": "View your booking history and status",
      "icons": [
        { "src": "/dm_logo.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
