{
  "name": "Mortgage Buydown Calculator",
  "short_name": "Buydown Calc",
  "description": "Free mortgage buydown calculator. Compare 3-2-1, 2-1, 1-1, and 1-0 buydown options and estimate your savings.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#05c46b",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}