{
  "name": "Marketing Lab",
  "short_name": "Marketing Lab",
  "id": "/",
  "start_url": "https://marketinglab.b--w.pl/",
  "homepage_url": "https://example.com,",
  "icons": [
  {
        "src": "web-app-manifest-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
    {
      "src": "web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
   "screenshots": [
      {
       "src": "mlab.png",
        "sizes": "1920x1920",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Marketing Lab Page"
      },
      {
             "src": "mlab.png",
              "sizes": "1920x1920",
              "type": "image/png",
              "label": "Marketing Lab Page"
            }
  ],
  "theme_color": "#F05800",
  "background_color": "#F05800",
  "display": "standalone"
}