{
  "name": "E-Santé Guinée",
  "short_name": "E-Santé",
  "description": "Plateforme intégrée de gestion des services de santé en Guinée",
  "lang": "fr",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0F8A68",
  "background_color": "#ffffff",
  "categories": ["health", "medical"],
  "icons": [
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mon dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard/",
      "icons": [{"src": "/static/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Téléconsultation",
      "short_name": "Téléconsult",
      "url": "/consultations/",
      "icons": [{"src": "/static/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Pharmacies à proximité",
      "short_name": "Pharmacies",
      "url": "/pharmacies/",
      "icons": [{"src": "/static/images/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
