chromium/chrome/test/data/extensions/manifest_tests/webview_accessible_resources_2.json

{
  "name": "test2",
  "version": "2",
  "manifest_version": 2,
  "permissions": [
    "webview"
  ],
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "foo*",
        "accessible_resources": ["a.html", "b.html"]
      },
      {
        "name": "*bar",
        "accessible_resources": ["a.html", "c.html"]
      }
    ]
  },
  "key": "dGVzdDIK"
}