{
    "name": "Debt Payoff Calculator",
    "short_name": "Debt Payoff ",
    "description": "Create a debt repayment plan using Avalanche or Snowball methods. Compare strategies, see your debt-free date, and track interest savings.",
    "start_url": "/en/app/debt-payoff-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#EFF6FF",
    "background_color": "#EFF6FF",
    "scope": "/en/app/debt-payoff-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/debt-payoff-calculator/debt-payoff-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/debt-payoff-calculator/debt-payoff-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}