{
    "name": "MicroCCE Water Controller",
    "short_name": "MicroCCE",
    "description": "Professional ESP32 Water Level Controller Dashboard",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#f3f4f6",
    "theme_color": "#dc2626",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icons/icon-48.webp",
            "sizes": "48x48",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-72.webp",
            "sizes": "72x72",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-96.webp",
            "sizes": "96x96",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-128.webp",
            "sizes": "128x128",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.webp",
            "sizes": "192x192",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-256.webp",
            "sizes": "256x256",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "maskable"
        }
    ]
}