{
    "name": "Tomato Irrigation",
    "short_name": "Irrigation",
    "description": "Smart irrigation controller — monitor sensors, control zones, automate watering.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0a0f1e",
    "theme_color": "#10b981",
    "icons": [
        {
            "src": "/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "utilities",
        "lifestyle"
    ],
    "lang": "en"
}