{
    "name": "GICA Connect",
    "short_name": "GICA Connect",
    "description": "Espace client sécurisé pour GICA",
    "start_url": "/client/dashboard",
    "display": "standalone",
    "background_color": "#f8fafc",
    "theme_color": "#1a5df7",
    "scope": "/client/",
    "icons": [
        {
            "src": "/static/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "orientation": "portrait",
    "prefer_related_applications": false
}