
{
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "display": "minimal-ui",
    "scope": "/",
    "start_url": "/",
    "name": "Backend para restaurantes",
    "short_name": "CRM",
    "description": "Gestión de ofertas, clientes y RRHH",
    "gcm_sender_id": "1234567890",
    "icons": [
        {
            "src": "/static/imgs/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/imgs/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/static/imgs/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/static/imgs/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
