{
  "short_name": "DAUS 2.0",
  "name": "DAUS 2.0 Bread Alone Distribution",
  "description": "Driver Asset Utility Scoring and Bread Alone transportation operations dashboard.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#0f3f8c",
  "shortcuts": [
    {
      "name": "Driver Portal",
      "short_name": "Driver",
      "description": "Open DAUS Driver Portal for route workflow access.",
      "url": "/driver-login",
      "icons": [
        {
          "src": "/daus-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any maskable"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/daus-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}