{
  "name": "DOLIMED",
  "short_name": "DOLIMED",
  "description": "Suite de gestion de cabinet médical : patients, rendez-vous, consultations, facturation et IA d'aide à la décision.",
  "start_url": "/medoffice",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "lang": "fr",
  "categories": ["medical", "productivity", "health"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "File d'attente",
      "short_name": "File",
      "url": "/medoffice/file",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Patients",
      "short_name": "Patients",
      "url": "/medoffice/patients",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Agenda",
      "short_name": "Agenda",
      "url": "/medoffice/agenda",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
