{
    "name": "Plant Warden",
    "short_name": "PlantWarden",
    "description": "Your garden's AI-powered guardian. Diagnose plant diseases, get treatment plans, and track recovery.",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#1E3F2B",
    "background_color": "#FAFAF8",
    "categories": ["lifestyle", "utilities"]
}