{
  "name": "BeMyCrew",
  "short_name": "BeMyCrew",
  "description": "AI-Powered Field Service Dispatch — answers your phone, dispatches your crew",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#06b6d4",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dispatch Board",
      "url": "/dashboard",
      "icon": "/icon.svg"
    },
    {
      "name": "Jobs",
      "url": "/dashboard/jobs",
      "icon": "/icon.svg"
    },
    {
      "name": "Calendar",
      "url": "/dashboard/calendar",
      "icon": "/icon.svg"
    },
    {
      "name": "Tech Portal",
      "url": "/tech",
      "icon": "/icon.svg"
    }
  ]
}
