{
  "name": "Broker Intelligence",
  "short_name": "BI",
  "description": "The intelligence layer every broker has been waiting for.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "scope": "/",
  "lang": "en-US",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Morning Briefing",
      "short_name": "Briefing",
      "description": "Open your daily intelligence briefing",
      "url": "/?tab=briefing",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "description": "View your client pipeline",
      "url": "/?tab=pipeline",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
