{
  "$schema": "https://json.schemastore.org/web-manifest-combined",
  "name": "TRUSS — Real Estate Loans",
  "short_name": "TRUSS",
  "description": "Private real estate bridge lending — borrower portal, loan management, payments.",
  "start_url": "/auth.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F0F4F8",
  "theme_color": "#1F3864",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Loans",
      "short_name": "Loans",
      "description": "Open the My Loans screen",
      "url": "/truss_app.html#m-loans",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Payments",
      "short_name": "Payments",
      "description": "View payment history across loans",
      "url": "/truss_app.html#m-payments",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Apply for a Loan",
      "short_name": "Apply",
      "description": "Start a new loan application",
      "url": "/truss_app.html#m-apply",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
