{
  "name": "Fleet Depot Manager",
  "short_name": "Fleet Manager",
  "description": "Multi-tenant Fleet Depot Management Platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#1a365d",
  "categories": ["business", "productivity"],
  "dir": "ltr",
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-180x180.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Inspection",
      "short_name": "Inspect",
      "description": "Start a new vehicle inspection",
      "url": "/VehicleInspection"
    },
    {
      "name": "Commission Vehicle",
      "short_name": "Commission",
      "description": "Commission a new vehicle",
      "url": "/VehicleCommissioning"
    },
    {
      "name": "Search Vehicles",
      "short_name": "Search",
      "description": "Search the vehicle fleet",
      "url": "/Search"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
