{
  "name": "CarrierOS",
  "short_name": "CarrierOS",
  "description": "The operating system for owner-operators and small fleets. Track loads, settlements, fuel, IFTA, and cash flow — all in one dashboard.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your operations dashboard"
    },
    {
      "name": "Add Load",
      "short_name": "Add Load",
      "url": "/loads",
      "description": "Go to Loads page"
    },
    {
      "name": "Fuel Log",
      "short_name": "Fuel",
      "url": "/fuel",
      "description": "Log fuel transactions"
    }
  ]
}
