{
    "name": "Openbank",
    "short_name": "Openbank",
    "description": "Plateforme d'investissement et de gestion patrimoniale Openbank.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#e30613",
    "theme_color": "#e30613",
    "lang": "fr-FR",
    "dir": "ltr",
    "categories": ["finance", "business"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Mon profil",
            "short_name": "Profil",
            "url": "/client/profile",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Mes investissements",
            "short_name": "Investis.",
            "url": "/client/dashboard",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "prefer_related_applications": false
}
