{
  "name": "Line Dance Club - Country Meets Modern",
  "short_name": "LDC",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#e67e22",
  "icons": [
    {
      "src": "/LDC_core/pic/icon/LDC_Logo_192_192_Transparent.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/LDC_core/pic/icon/LDC_Logo_512_512_Transparent.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

  "share_target": {
    "action": "/sharetarget",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "shared_file",
          "accept": [
            "application/pdf",
            ".pdf",
            "image/jpeg",
            "image/png",
            "image/*"
          ]
        }
      ]
    }
  }
}