{
  "name": "Scope for Vendors",
  "short_name": "Scope",
  "description": "Mobile dispatch console for field-based vendors. Active jobs, bid in seconds, deliver from the field.",
  "start_url": "/vendors/dashboard",
  "scope": "/vendors/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0F766E",
  "background_color": "#0A0E1A",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/brand/scope-logomark-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/scope-logomark-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/scope-logomark-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/scope-logomark-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Active dispatches",
      "short_name": "Active",
      "description": "Open dispatches waiting for your bid",
      "url": "/vendors/dispatches/active",
      "icons": [
        { "src": "/brand/scope-logomark-128.png", "sizes": "128x128" }
      ]
    },
    {
      "name": "Vendor dashboard",
      "short_name": "Dashboard",
      "url": "/vendors/dashboard",
      "icons": [
        { "src": "/brand/scope-logomark-128.png", "sizes": "128x128" }
      ]
    }
  ]
}
