{
  "name": "Allo Docteur - Téléconsultation médicale",
  "short_name": "Allo Docteur",
  "description": "Consultez un médecin qualifié depuis chez vous. Téléconsultations sécurisées 24h/24.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#38b6ff",
  "theme_color": "#38b6ff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "fr",
  "categories": ["medical", "health", "lifestyle"],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Consultation d'urgence",
      "short_name": "Urgence",
      "description": "Accès rapide aux consultations d'urgence",
      "url": "/urgence",
      "icons": [
        {
          "src": "/icons/urgence-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Programmer une consultation",
      "short_name": "Programmer",
      "description": "Planifier une consultation médicale",
      "url": "/consultation/programmer",
      "icons": [
        {
          "src": "/icons/calendar-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "permissions": ["geolocation", "notifications"]
}
