{
  "name": "drbooking — Médecin en ligne",
  "short_name": "drbooking",
  "description": "Prenez RDV, consultez en vidéo, gérez votre santé. IA vocale, 8 langues, RGPD.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#0A5FFF",
  "background_color": "#F4F7FF",
  "categories": ["health", "medical", "lifestyle"],
  "lang": "fr",
  "dir": "ltr",
  "scope": "/",
  "id": "drbooking-app",
  "icons": [
    {"src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png"},
    {"src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png"},
    {"src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png"},
    {"src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png"},
    {"src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png"},
    {"src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png"},
    {"src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ],
  "shortcuts": [
    {
      "name": "Prendre RDV",
      "short_name": "RDV",
      "description": "Trouvez un médecin et prenez RDV",
      "url": "/search?source=shortcut",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Téléconsultation",
      "short_name": "Vidéo",
      "description": "Consultez votre médecin en vidéo",
      "url": "/teleconsultation/demo?source=shortcut",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Urgences",
      "short_name": "SOS",
      "description": "Numéros d'urgence médicale",
      "url": "/?emergency=true",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tableau de bord patient"
    },
    {
      "src": "/screenshots/mobile-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Recherche médecins"
    },
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard médecin"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {"protocol": "web+drbooking", "url": "/?action=%s"}
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
