{
    "name": "APowerOS",
    "short_name": "APowerOS",
    "description": "Plataforma financiera multi-tenant de APower Consulting",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#07110a",
    "theme_color": "#07110a",
    "lang": "es",
    "icons": [
        {
            "src": "/img/pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/pwa-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/img/pwa-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "La Oficina",
            "url": "/office",
            "icons": [{ "src": "/img/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Clientes",
            "url": "/clients",
            "icons": [{ "src": "/img/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Front Desk",
            "url": "/front-desk/queue",
            "icons": [{ "src": "/img/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
