{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Mortgage Calculator",
  "short_name": "Mortgage",
  "lang": "en",
  "start_url": "/apps/mortgage-calculator/",
  "scope": "/apps/mortgage-calculator/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0097a7",
  "description": "Free mortgage payment calculator — principal and interest, taxes, insurance, and total cost over the life of the loan. Made by Findborg.",
  "icons": [
    {
      "src": "/apps/mortgage-calculator/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apps/mortgage-calculator/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apps/mortgage-calculator/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
