{
  "name": "Easy Fleet - Driver Portal",
  "short_name": "Easy Fleet",
  "description": "Easy Fleet Driver Portal - Pre-trip inspections, service requests, and vehicle management",
  "start_url": "/driver-portal",
  "scope": "/driver-",
  "display": "standalone",
  "background_color": "#0a0f1a",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "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": "Start Trip",
      "short_name": "Start Trip",
      "description": "Start a new GPS tracking session",
      "url": "/driver-portal?tab=gps-tracker",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Record Fuel",
      "short_name": "Record Fuel",
      "description": "Record a fuel purchase",
      "url": "/driver-fuel-app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pre-Trip Inspection",
      "short_name": "Inspection",
      "description": "Complete your pre-trip safety checklist",
      "url": "/driver-portal?tab=pre-trip",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
