{
  "name": "FreightFlow — Move freight smarter",
  "short_name": "FreightFlow",
  "description": "Digital freight brokerage. Post loads, find lanes, get paid faster with QuickPay.",
  "id": "/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#020617",
  "theme_color": "#020617",
  "categories": ["business", "productivity", "navigation"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Post a Load", "short_name": "Post", "description": "Post a new load to the board",   "url": "./index.html?view=postload" },
    { "name": "Load Board",  "short_name": "Find", "description": "Browse available loads",         "url": "./index.html?view=loadboard" },
    { "name": "My Loads",    "short_name": "Loads","description": "View your active shipments",     "url": "./index.html?view=myloads" }
  ]
}
