{
  "name": "BetterLove",
  "short_name": "BetterLove",
  "start_url": "/?utm_medium=PWA&utm_source=launcher",
  "display": "standalone",
  "background_color": "#fffaf2",
  "theme_color": "#fffaf2",
  "icons": [
    {
      "src": "/img/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/img/icon-48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/img/icon-96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/img/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/img/icon-144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "/img/icon-288.png",
      "type": "image/png",
      "sizes": "288x288"
    },
    {
      "src": "/img/icon-768.png",
      "type": "image/png",
      "sizes": "768x768"
    }
  ],
  "description": "An online relationship coaching platform that connects individuals with experienced coaches and professionals through convenient and affordable 1:1 sessions, all within the website.",
  "lang": "en",
  "share_target": {
    "action": "/?utm_medium=PWA&utm_source=share-target&share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  }
}
