{
    "name": "CliniqPro — Gestion de Cabinet Médical",
    "short_name": "CliniqPro",
    "description": "Plateforme de gestion complète pour cabinets médicaux au Maroc. Dossiers patients, agenda, consultations et ordonnances.",
    "start_url": "/dashboard",
    "id": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#00A76F",
    "scope": "/",
    "lang": "fr",
    "dir": "ltr",
    "categories": ["medical", "health", "productivity"],
    "icons": [
        { "src": "/icons/icon-48x48.png",   "sizes": "48x48",   "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-180x180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Agenda",
            "short_name": "Agenda",
            "description": "Voir l'agenda du jour",
            "url": "/agenda",
            "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Patients",
            "short_name": "Patients",
            "description": "Accéder à la liste des patients",
            "url": "/patients",
            "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Consultations",
            "short_name": "Consultations",
            "description": "Nouvelle consultation",
            "url": "/consultations",
            "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
        }
    ]
}
