{
  "name": "SBA Business Loan Calculator",
  "short_name": "Loan Calc",
  "description": "Free SBA 7(a) business acquisition loan calculator — amortization schedules, guarantee fees, DSCR analysis, and lender comparison.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a3a6b",
  "theme_color": "#1a3a6b",
  "lang": "en-US",
  "scope": "/",
  "categories": ["finance", "business", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "SBA Loan Calculator",
      "short_name": "Calculator",
      "description": "Compute SBA 7(a) loan payments, fees, and amortization",
      "url": "/?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Current SBA Rates",
      "short_name": "Rates",
      "description": "View current SBA 7(a) interest rates and rate history",
      "url": "/sba-loan-rates.html?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Compare Lenders",
      "short_name": "Lenders",
      "description": "Compare top SBA 7(a) preferred lenders side-by-side",
      "url": "/lender-comparison.html?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Amortization Schedule",
      "short_name": "Schedule",
      "description": "Full monthly amortization table for SBA loans",
      "url": "/amortization-schedule.html?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SBA 7(a) Loan Calculator dashboard"
    }
  ]
}
