{
  "name": "Loan Management Platform",
  "short_name": "LoanPlatform",
  "description": "Multi-tenant loan origination, disbursement, and collections platform.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/og-image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Loan",
      "short_name": "New Loan",
      "description": "Create a new loan application",
      "url": "/dashboard/loans?action=new"
    },
    {
      "name": "Record Payment",
      "short_name": "Payment",
      "description": "Record a customer payment",
      "url": "/dashboard/payments?action=new"
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "Customer list",
      "url": "/dashboard/customers"
    }
  ]
}
