chromium/chrome/test/data/web_share_target/charts.json

{
  "name": "Charts web app",
  "icons": [
    {
      "src": "basic-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "basic-192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "start_url": "charts.html",
  "display": "minimal-ui",

  "share_target": {
    "action": "/web_share_target/share.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "headline",
      "text": "author",
      "url": "link",
      "files": [
        {
          "name": "records",
          "accept": ["text/*", ".csv"]
        },
        {
          "name": "graphs",
          "accept": "image/svg+xml"
        },
        {
          "name": "notes",
          "accept": "*/*"
        }
      ]
    }
  }
}