{
  "name": "SWIM Remote Forms - Powered by Liquidus",
  "short_name": "SWIM_REMOTE_FORMS",
  "start_url": "/",
  "background_color": "#3498DB",
  "theme_color": "#34495E",
  "orientation": "any",
  "display": "standalone",
  "icons": [
    {
      "src": "/assets/images/form.png",
      "type": "image/png",
      "sizes": "200x200"
    },
    {
      "src": "/assets/images/form.png",
      "type": "image/png",
      "sizes": "1600x1600"
    }
  ],
  "dir": "ltr",
  "lang": "en-GB",
  "description": "SWIM Remote Forms - Powered by Liquidus",
  "scope": "/",
  "serviceworker": {
    "src": "/serviceworker.js",
    "scope": "/"
  }
}