{
  "name": "Leon Vadrouille",
  "short_name": "Leon",
  "start_url": "./?utm_source=web_app_manifest",
  "display": "standalone",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "icons": [
    {
        "src": "/img/icon/android-chrome-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
    },
    {
        "src": "/img/icon/maskable_icon_x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "/img/icon/android-chrome-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
    }
  ],
  "prefer_related_applications": false,
   "screenshots": [
         {
           "src": "/img/screenshot_2.png",
           "type": "image/png",
           "sizes": "498x608",
           "form_factor": "narrow"
         },
         {
         "src": "/img/screenshot_3.png",
         "type": "image/png",
         "sizes": "388x627",
         "form_factor": "wide"
         }
   ]
}