{
  "name": "Home Mortgage Calculator",
  "short_name": "Mortgage Calc",
  "description": "Calculate monthly payments, amortization schedule, and payoff charts for home mortgages.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0d0d0d",
  "theme_color": "#2a78d6",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ]
}
