{
  "name": "SPARE DRIVERS™ - Premium Driver Services",
  "short_name": "SPARE",
  "description": "Professional Premium Driver Services Platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#D4AF37",
  "categories": [
    "business",
    "travel",
    "transportation"
  ],
  "lang": "en-IN",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Driver",
      "url": "/customer/",
      "description": "Book a professional driver"
    },
    {
      "name": "Driver Login",
      "url": "/driver/",
      "description": "Driver dashboard"
    },
    {
      "name": "Track Booking",
      "url": "/?tracking=true",
      "description": "Track your booking"
    }
  ]
}