{
    "name": "Sistema de Notas – Colegio Santa Lucía de Sutiaba",
    "short_name": "Notas CSL",
    "description": "Gestión de calificaciones del Colegio Santa Lucía de Sutiaba, León, Nicaragua.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#0f2040",
    "background_color": "#0f2040",
    "lang": "es-NI",
    "dir": "ltr",
    "categories": ["education", "productivity"],
    "icons": [
        {
            "src": "/icons/icon.php?size=192",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon.php?size=512",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Boleta de Notas",
            "short_name": "Boleta",
            "url": "/reportes/boleta",
            "description": "Buscar calificaciones por CUP"
        },
        {
            "name": "Registro de Notas",
            "short_name": "Notas",
            "url": "/notas",
            "description": "Ingresar y consultar notas"
        }
    ]
}
