{
    "id": "/?app=factivoo",
    "name": "Factivoo",
    "short_name": "Factivoo",
    "description": "Facturación, inventario y punto de venta para tu negocio.",
    "lang": "es",
    "dir": "ltr",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#F6F7FB",
    "theme_color": "#0a2540",
    "orientation": "any",
    "categories": ["business", "finance", "productivity"],
    "icons": [
        { "src": "/images/icons/icon-72x72.png?v=3",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
        { "src": "/images/icons/icon-96x96.png?v=3",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
        { "src": "/images/icons/icon-128x128.png?v=3", "sizes": "128x128", "type": "image/png", "purpose": "any" },
        { "src": "/images/icons/icon-144x144.png?v=3", "sizes": "144x144", "type": "image/png", "purpose": "any" },
        { "src": "/images/icons/icon-152x152.png?v=3", "sizes": "152x152", "type": "image/png", "purpose": "any" },
        { "src": "/images/icons/icon-192x192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/images/icons/icon-256x256.png?v=3", "sizes": "256x256", "type": "image/png", "purpose": "any" },
        { "src": "/images/icons/icon-384x384.png?v=3", "sizes": "384x384", "type": "image/png", "purpose": "any" },
        { "src": "/images/icons/icon-512x512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/images/icons/icon-maskable-192x192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "/images/icons/icon-maskable-512x512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Nueva venta",
            "short_name": "Vender",
            "description": "Abrir el punto de venta",
            "url": "/pos",
            "icons": [{ "src": "/images/icons/icon-192x192.png?v=3", "sizes": "192x192" }]
        },
        {
            "name": "Facturas",
            "short_name": "Facturas",
            "description": "Ver las facturas del negocio",
            "url": "/facturas",
            "icons": [{ "src": "/images/icons/icon-192x192.png?v=3", "sizes": "192x192" }]
        },
        {
            "name": "Productos",
            "short_name": "Productos",
            "description": "Ver el inventario",
            "url": "/productos",
            "icons": [{ "src": "/images/icons/icon-192x192.png?v=3", "sizes": "192x192" }]
        }
    ]
}
