{
  "id": "/dashboard",
  "name": "Clinicia",
  "short_name": "Clinicia",
  "description": "Assistant IA spécialisé pour les professionnels de santé",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0B0B0E",
  "theme_color": "#0B0B0E",
  "orientation": "any",
  "lang": "fr",
  "categories": ["health", "medical", "productivity"],
  "icons": [
    {
      "src": "/icons/clinicia-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/clinicia-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/clinicia-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/clinicia-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/clinicia-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tableau de bord",
      "short_name": "Dashboard",
      "description": "Accéder au tableau de bord",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/clinicia-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Marketplace",
      "short_name": "Assistants",
      "description": "Explorer les assistants disponibles",
      "url": "/marketplace",
      "icons": [
        {
          "src": "/icons/clinicia-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
