{
  "name": "Arrival Drive",
  "short_name": "Arrival Drive",
  "id": "/arrival-drive",
  "description": "Driver portal for Arrival Holidays — view trips, calculate fares, share invoices.",
  "start_url": "/driver.html",
  "scope": "/driver",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "display_override": ["standalone"],
  "color_scheme": "light",
  "lang": "en-IN",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Trips",
      "short_name": "Trips",
      "url": "/driver.html#trips",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Trip Calculator",
      "short_name": "Calculator",
      "url": "/driver.html#calc",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["travel", "business", "navigation"]
}
