{
  "name": "Laboratoire El Allali",
  "short_name": "LaboElAllali",
  "description": "Application du Laboratoire El Allali pour résultats, RDV et informations.",
  "lang": "fr",
  "start_url": "/?utm_source=homescreen",
  "id": "/?utm_source=manifest_id",
  "display": "standalone",
  "background_color": "#FDF8F9",
  "theme_color": "#800020",
  "scope": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/mobile-home.png",
      "sizes": "1197x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Accueil de l'application mobile"
    },
    {
      "src": "/images/screenshots/desktop-catalog.png",
      "sizes": "1813x899",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Catalogue des analyses sur ordinateur"
    }
  ]
}