{
  "name": "DispatchIQ",
  "short_name": "DispatchIQ",
  "description": "AI-powered trucking dispatch platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dispatch Board",
      "short_name": "Dispatch",
      "url": "/dispatch",
      "description": "View the dispatch board"
    },
    {
      "name": "New Load",
      "short_name": "New Load",
      "url": "/loads/new",
      "description": "Create a new load"
    }
  ]
}
