{
 "short_name": "zip-link",
  "name": "Share Target Test",
  "scope": "/",
    "share_target": {
    "action": "/share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "media_title",
      "files": [
        {
          "name": "media_file",
          "accept": ["image/jpeg", "image/png", "video/mp4"]
        }
      ]
    }
  },
  "description": "Web Share Target Demo",
  "icons": [
    {
      "src": "zip192.jpg",
      "sizes": "192x192",
      "type": "image/jpg"
    },
    {
      "src": "zip512.jpg",
      "sizes": "512x512",
      "type": "image/jpg"
    }
  ],
  "start_url": "./",
  "background_color": "#f3e5f5",
  "display": "standalone",
  "scope": ".",
  "theme_color": "#4a148c"
}

