{
    "name": "Mèt Patrik - Assistant Éducatif Haïtien",
    "short_name": "Mèt Patrik",
    "description": "Premier assistant pédagogique haïtien. Bilingue français | Kreyòl, disponible 24h/7.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0f1e",
    "theme_color": "#1e88e5",
    "orientation": "portrait",
    "scope": "/",
    "lang": "fr",
    "dir": "ltr",
    "categories": ["education", "productivity"],
    "icons": [
        {
            "src": "/static/images/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Nouvelle conversation",
            "short_name": "Nouveau chat",
            "description": "Commencer une nouvelle conversation avec Mèt Patrik",
            "url": "/chat/new/"
        },
        {
            "name": "Mon profil",
            "short_name": "Profil",
            "description": "Gérer mon profil utilisateur",
            "url": "/profile/"
        }
    ]
}