{
  "name": "Loan Calculator — Free Online Payment & Amortization Tool",
  "short_name": "Loan",
  "description": "Plan a loan with confidence: enter the amount, rate, and term to see your payment and full amortization schedule in seconds.",
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#b4cbb4",
  "background_color": "#fbfcfc",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}