{
  "id": "/",
  "name": "VanExo — Delivery Driver App",
  "short_name": "VanExo",
  "description": "Plan routes, capture proof of delivery, and track fuel and earnings — built for UK delivery drivers.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0c1322",
  "theme_color": "#0c1322",
  "categories": ["business", "productivity", "navigation"],
  "lang": "en-GB",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Add stop", "short_name": "Add stop", "url": "/deliveries/new" },
    { "name": "Scan parcel", "short_name": "Scan", "url": "/scan" },
    { "name": "Today's route", "short_name": "Routes", "url": "/routes" }
  ]
}