{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "theme_color": "#fafafa",
  "background_color": "#fafafa",
  "display": "standalone",
  "scope": "./",
  "start_url": "./",
  "name": "LILANO SRE",
  "short_name": "LILANO SRE",
  "id": "/?pwa=lilano-sre",
  "form_factor": "narrow",
  "description": "LILANO : Service Extérieurs",
  "icons": [
      {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png",
          "form_factor": "wide"
      },
      {
          "src": "/icons/icon-256x256.png",
          "sizes": "256x256",
          "type": "image/png"
      },
      {
          "src": "/icons/icon-384x384.png",
          "sizes": "384x384",
          "type": "image/png"
      },
      {
          "src": "/icons/icon-512x512.png",
          "sizes": "512x512",
          "type": "image/png"
      }
  ],
  "screenshots": [
    {
        "src": "screenshot.jpg",
        "sizes": "1280x720",
        "type": "image/jpg",
        "form_factor": "wide"
    }, {
        "src": "screenshot-mobile.jpg",
        "sizes": "750x1334",
        "type": "image/jpg",
        "form_factor": "narrow",
        "label": "Mobile view showing weekly meal calendar"
      }
    ]
}