{
    "name": "Compound Interest Calculator",
    "short_name": "Compound Int",
    "description": "Calculate compound interest growth with regular monthly contributions. See visual charts and year-by-year breakdown of your investment.",
    "start_url": "/en/app/compound-interest-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#ECFDF5",
    "background_color": "#ECFDF5",
    "scope": "/en/app/compound-interest-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/compound-interest-calculator/compound-interest-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/compound-interest-calculator/compound-interest-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}