{
    "name": "Inflation Calculator",
    "short_name": "Inflation Ca",
    "description": "Calculate how inflation changes the value of money over time using real CPI data from the World Bank for 49+ countries.",
    "start_url": "/en/app/inflation-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#F1F5F9",
    "background_color": "#F1F5F9",
    "scope": "/en/app/inflation-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/inflation-calculator/inflation-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/inflation-calculator/inflation-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}