{
  "name":"CodeLab Club",
  "short_name":"CodeLab Club",
  "description":"CodeLab Club pwa",
  "icons":[{
    "src": "/icon_32x32.png",
    "type": "image/png",
    "sizes": "32x32"
  },
  {
    "src": "/icon_128x128.png",
    "type": "image/png",
    "sizes": "128x128"
  },
  {
    "src": "/icon_256x256.png",
    "type": "image/png",
    "sizes": "256x256"
  }
],
  "background_color":"#66ccff",
  "theme_color":"#ffffff",
  "start_url":"/",
  "display":"standalone",
  "orientation":"portrait"
}