{
  "name": "Fleetway - Dispatch Center",
  "short_name": "Fleetway Dispatch",
  "description": "Dispatch operations center for managing deliveries, routes, and live driver tracking",
  "id": "/dispatch",
  "start_url": "/dispatch/login?source=pwa",
  "scope": "/dispatch",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#7c3aed",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-dispatch-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-dispatch-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "prefer_related_applications": false,
  "related_applications": [
    { "platform": "webapp", "url": "https://dispatch.fleetwaysoftware.com/manifest-dispatch.json" }
  ]
}
