{
    "name": "LazyCalculator.com - Fast, Free & Accurate Calculators",
    "short_name": "LazyCalc",
    "description": "Your one-stop site for quick calculations, from percentages to BMI and more. Works offline!",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#2563eb",
    "scope": "./",
    "orientation": "portrait-primary",
    "categories": ["productivity", "utilities", "lifestyle"],
    "lang": "en-US",
    "icons": [
        {
            "src": "LazyCalculator.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "LazyCalculator.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}