{
  "name": "Cabex",
  "short_name": "Cabex",
  "description": "Logistics Operating System - Manage moves, dispatch, and operations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Lead",
      "short_name": "Lead",
      "description": "Create a new lead",
      "url": "/sales?action=new-lead",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Operations",
      "short_name": "Ops",
      "description": "View operations dashboard",
      "url": "/ops",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View schedule",
      "url": "/calendar",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
