{
    "name": "CalcSolver \u2013 Free Online Math Solver & Calculator",
    "short_name": "CalcSolver",
    "description": "Fast, offline-ready algebra, geometry, finance, and math calculations with step-by-step logic.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#064E3B",
    "theme_color": "#10B981",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}