{
  "name": "BIORoute Health - Medical Courier",
  "short_name": "BIORoute",
  "description": "Ottawa's trusted medical courier platform. Manage pickups, deliveries, chain of custody, and compliance.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1a365d",
  "orientation": "portrait-primary",
  "scope": "/",
  "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"
    }
  ],
  "categories": ["medical", "business", "logistics"],
  "lang": "en-CA",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Active Shipment",
      "url": "/driver/active",
      "description": "View your current active delivery"
    },
    {
      "name": "Dashboard",
      "url": "/",
      "description": "Go to your dashboard"
    }
  ]
}
