{
    "name": "Investment Return Calculator",
    "short_name": "Investment R",
    "description": "Calculate total investment returns with compound interest, CAGR, and monthly contributions. Adjust for inflation and taxes to see your real projected growth.",
    "start_url": "/en/app/investment-return-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/investment-return-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/investment-return-calculator/investment-return-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/investment-return-calculator/investment-return-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}