{
    "name": "MediPortail",
    "short_name": "MediPortail",
    "description": "Boîte à outils intelligente pour les étudiants en médecine.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#020617",
    "theme_color": "#020617",
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ]
}