{
  "name": "BizBot Client Portal",
  "short_name": "BizBot",
  "description": "Your BizBot client dashboard. Manage your AI tools, leads, and business automation.",
  "start_url": "/client.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080B10",
  "theme_color": "#3b82f6",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/brand/orbit-mark.svg",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/orbit-mark.svg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/brand/orbit-mark.svg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your business dashboard",
      "url": "/client.html",
      "icons": [{ "src": "/brand/orbit-mark.svg", "sizes": "96x96" }]
    },
    {
      "name": "Find Leads",
      "short_name": "Leads",
      "description": "Run the AI Lead Finder",
      "url": "/client.html#scout",
      "icons": [{ "src": "/brand/orbit-mark.svg", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
