{
    "name": "Loco — AI Cannabis Cultivation Intelligence",
    "short_name": "Loco",
    "description": "AI-powered plant diagnostics with Loco Lens. Interactive cultivation courses with Loco Academy.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#030712",
    "theme_color": "#16a34a",
    "orientation": "any",
    "scope": "/",
    "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"
        }
    ],
    "categories": [
        "education",
        "lifestyle"
    ],
    "shortcuts": [
        {
            "name": "Diagnose My Plant",
            "short_name": "Diagnose",
            "url": "/diagnostics",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Analysis History",
            "short_name": "History",
            "url": "/diagnostics/history",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Teach Me Something",
            "short_name": "Learn",
            "url": "/teach-me",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}