{
  "name": "Divya AI Driver",
  "short_name": "Divya Driver",
  "description": "Divya AI driver app - jobs, GPS, street hail",
  "start_url": "/driver",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "My Jobs", "url": "/driver?tab=jobs", "description": "View assigned jobs" },
    { "name": "Street Hail", "url": "/driver?tab=hail", "description": "Start a street hail" }
  ]
}
