{
    "name": "Lazerstation",
    "short_name": "Lazerstation",
    "lang": "en-GB",
    "theme_color": "#ff0000",
    "background_color": "#ff0000",
    "display": "standalone",
    "description": "description",
    "orientation": "portrait",
    "scope": "./",
    "start_url": "./",
    "icons": [
        {
          "src": "img/LS_LOGO_WEB_maskable.png",
          "sizes": "512x512",
          "type": "image/png",
          "purpose" : "any"

      },  {
          "src": "img/LS_LOGO_WEB_maskable.png",
          "sizes": "512x512",
          "type": "image/png",
          "purpose" : "maskable"

      },
      {
          "src": "LS_LOGO_WEB_maskable.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose" : "maskable"

      },
      {
          "src": "img/LS_LOGO_WEB_maskable.svg",
          "sizes": "512x512",
          "type": "image/svg",
          "purpose" : "maskable"
      }
   
  ]
  }