{
    "name": "Inventario Camencha",
    "short_name": "Camencha",
    "description": "Sistema ERP multi-tienda — Inventario, POS, Compras y más",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#101922",
    "theme_color": "#137fec",
    "orientation": "any",
    "lang": "es",
    "icons": [
        {
            "src": "/public/img/icon-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/public/img/icon-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "shortcuts": [
        {
            "name": "Punto de Venta",
            "short_name": "POS",
            "url": "/pos"
        },
        {
            "name": "Inventario",
            "short_name": "Stock",
            "url": "/inventario"
        }
    ]
}
