{
  "name": "Lendari",
  "short_name": "Lendari",
  "description": "SBA 7(a) broker portal — pipeline, AI credit memos, checklist engine, borrower intake. A CX Lending company.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F8F4EA",
  "theme_color": "#FCFAF6",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "description": "Open your active deal pipeline",
      "url": "/pipeline"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the broker dashboard",
      "url": "/dashboard"
    },
    {
      "name": "New deal",
      "short_name": "New",
      "description": "Start a new application link",
      "url": "/dashboard?action=new-deal"
    }
  ]
}
