{
  "name": "RouteFunds — Driver",
  "short_name": "RouteFunds",
  "description": "Pre-funded freight loads with instant payment on verified delivery.",
  "start_url": "/my-loads",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My loads",
      "short_name": "Loads",
      "url": "/my-loads",
      "description": "Jump to your assigned loads"
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "/notifications",
      "description": "Recent alerts"
    }
  ]
}
