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

{
  "name": "test",
  "version": "2",
  "manifest_version": 2,
  "permissions": [
    "webview"
  ],
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  },
  "webview": []
}