{
    "name": "PlantAnalyze - IA Botánica",
    "short_name": "PlantAnalyze",
    "description": "Diagnóstico de plantas inteligente. Identifica enfermedades y plagas con IA.",
    "start_url": "./plantas.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#0b120c",
    "theme_color": "#52B788",
    "orientation": "portrait-primary",
    "lang": "es",
    "categories": ["lifestyle", "utilities", "education"],
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Escanear Planta",
            "short_name": "Escanear",
            "description": "Abrir cámara para analizar planta",
            "url": "./plantas.html",
            "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Presentación",
            "short_name": "Info",
            "description": "Acerca de PlantAnalyze",
            "url": "./presentacion_plantas.html",
            "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
        }
    ],
    "prefer_related_applications": false
}
