{
  "name": "CarrierBrief — Free Carrier Safety Lookup",
  "short_name": "CarrierBrief",
  "description": "Vet any carrier in 2 seconds. Free safety ratings, fraud alerts, and compliance data sourced from FMCSA.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "background_color": "#0a1220",
  "theme_color": "#1e3a5f",
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    },
    {
      "src": "/icon-monochrome.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "Vet a carrier",
      "short_name": "Vet",
      "description": "Instant pass/fail verdict",
      "url": "/vet",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Find any carrier by name or DOT",
      "url": "/search",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Your watched and saved carriers",
      "url": "/dashboard",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
