chromium/third_party/blink/renderer/modules/manifest/fuzzer_seed_corpus/manifest_share_target_7.json

{
  "name": "Manifest test app",
  "icons": [
    {
      "src": "launcher-icon-4x.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "start_url": "manifest_test_page.html",
  "share_target": {
    "url_template": "https://whatever.test/share?title={title}",
    "action": "share/blah/",
    "params": {
      "text": "foo",
      "title": "bar",
      "url": "baz"
    }
  }
}