{
    "short_name": "PWA1",
    "name": "My PWA 1st Prototype",
    "icons": [
      {
        "src": "/testPwa/client/img/icons-192.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "/testPwa/client/img/icons-512.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ],
    "start_url": "index.html",
    "background_color": "#CCD1D1",
    "display": "standalone",
    "theme_color": "#CCD1D1"
  }