{
  "name": "Kapio — Business Finance Portal",
  "short_name": "Kapio",
  "description": "Track your lending, monitor credit scores, find better rates — all from one dashboard.",
  "start_url": "/portal.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/dashboard-hero.png",
      "sizes": "1200x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Kapio Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/portal.html#dashboard",
      "description": "View your finance dashboard"
    },
    {
      "name": "My Facilities",
      "url": "/portal.html#facilities",
      "description": "View your lending facilities"
    },
    {
      "name": "AI Lender Match",
      "url": "/portal.html#lendermatch",
      "description": "Find better lending rates"
    },
    {
      "name": "Credit Score",
      "url": "/portal.html#creditscore",
      "description": "Check your credit scores"
    }
  ]
}