{
    "name": "Hello's",
    "short_name": "Hello's",
    "id": "/applicatie",
    "start_url": "/applicatie",
    "icons": [
      {
        "src": "/img/icon/hellos36.png",
        "type": "image/png",
        "sizes": "36x36"
      },
      {
        "src": "/img/icon/hellos48.png",
        "type": "image/png",
        "sizes": "48x48"
      },
      {
        "src": "/img/icon/hellos64.png",
        "type": "image/png",
        "sizes": "64x64"
      },
      {
        "src": "/img/icon/hellos72.png",
        "type": "image/png",
        "sizes": "72x72"
      },
      {
        "src": "/img/icon/hellos96.png",
        "type": "image/png",
        "sizes": "96x96"
      },
      {
        "src": "/img/icon/hellos128.png",
        "type": "image/png",
        "sizes": "128x128"
      },
      {
        "src": "/img/icon/hellos144.png",
        "type": "image/png",
        "sizes": "144x144"
      },
      {
        "src": "/img/icon/hellos192.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "/img/icon/hellos256.png",
        "type": "image/png",
        "sizes": "256x256"
      },
      {
        "src": "/img/icon/hellos512.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ],
    "theme_color": "#FF5963",
    "background_color": "#FF5963",
    "display": "fullscreen",
    "orientation": "portrait",

    "screenshots": [
        {
          "src": "/img/screenshots/desktop.png",
          "type": "image/png",
          "sizes": "3248x2112",
          "form_factor": "wide"
        },
        {
          "src": "/img/screenshots/mobile.png",
          "type": "image/png",
          "sizes": "748x1350",
          "form_factor": "narrow"
        }
    ]
  }