{
    "id": "/pwa/cliente",
    "name": "Solo Almuerzos",
    "short_name": "Almuerzos",
    "description": "Pide tu almuerzo temprano y recíbelo al mediodía en zonas participantes.",
    "start_url": "/cliente?source=pwa_cliente",
    "scope": "/cliente",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#F28705",
    "theme_color": "#F28705",
    "categories": ["food", "shopping", "delivery"],
    "lang": "es-PA",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/img/pwa/cliente-192.png?v=7",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/pwa/cliente-512.png?v=7",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/pwa/cliente-512-maskable.png?v=7",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Mi cuenta",
            "short_name": "Cuenta",
            "description": "Ver tus pedidos y direcciones.",
            "url": "/cliente?source=pwa_cliente_shortcut",
            "icons": [
                {
                    "src": "/img/pwa/cliente-192.png?v=6",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}