{
    "name": "ElectroInventario CIFP NOROESTE",
    "short_name": "ElectroInventario",
    "description": "Gestión de inventario del Departamento de Electricidad y Electrónica del CIFP NOROESTE.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0d1117",
    "theme_color": "#1760cf",
    "lang": "es-ES",
    "categories": ["productivity", "education", "business"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Inventario",
            "short_name": "Inventario",
            "description": "Ver listado de artículos",
            "url": "/?view=inventory",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Reportes",
            "short_name": "Reportes",
            "description": "Generar informes",
            "url": "/?view=reports",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
