summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/manifest/fuzzer_seed_corpus/manifest_share_target_4.json
blob: 879eae779f01324c9ee73373a8c04e25c756631a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "Manifest test app",
  "icons": [
    {
      "src": "launcher-icon-4x.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "start_url": "manifest_test_page.html",
  "share_target": {
    "action": "https://example.com/",
    "params": {}
  }
}