{
  "id": "https://www.bagster.io/dashboard",
  "name": "Bagster Carrier",
  "short_name": "Bagster",
  "description": "Mobile-first carrier ops — claim available loads, manage orders, track earnings",
  "start_url": "/dashboard?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Available loads",
      "short_name": "Available",
      "description": "Browse and claim available orders",
      "url": "/dashboard/orders/available?source=pwa"
    },
    {
      "name": "My orders",
      "short_name": "Orders",
      "description": "Active deliveries and status updates",
      "url": "/dashboard/orders?source=pwa"
    },
    {
      "name": "Earnings",
      "short_name": "Earnings",
      "description": "Carrier payout view",
      "url": "/dashboard/earnings?source=pwa"
    }
  ],
  "categories": ["business", "productivity", "logistics"],
  "prefer_related_applications": false
}
