{
  "name": "Credit Card Payoff Calculator",
  "short_name": "Credit Card ",
  "description": "Calculate months to payoff and total interest on credit card debt.",
  "start_url": "/finance/credit-card-payoff-calculator/",
  "scope": "/finance/credit-card-payoff-calculator/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#0284c7",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities",
    "finance"
  ],
  "icons": [
    {
      "src": "/icons/credit-card-payoff-calculator-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/credit-card-payoff-calculator-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}