{
  "id": "/",
  "name": "BrokerDIY \u2014 Brokerage Command Center",
  "short_name": "BrokerDIY",
  "description": "BrokerDIY is the AI command center for your brokerage \u2014 KPIs, pipeline, agents, briefs, and alerts in one place. Multi-tenant: your org and role drive what you see.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#0a0e14",
  "theme_color": "#0d1420",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "img/icons/icon-192.png?v=4",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icons/icon-512.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icons/icon-192-maskable.png?v=4",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/icons/icon-512-maskable.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Morning Brief",
      "short_name": "Brief",
      "url": "/?source=pwa&view=brief"
    },
    {
      "name": "Leads & Pipeline",
      "short_name": "Leads",
      "url": "/?source=pwa&view=leads"
    },
    {
      "name": "Transactions",
      "short_name": "Deals",
      "url": "/?source=pwa&view=transactions"
    }
  ]
}