chromium/chrome/test/data/extensions/platform_apps/web_view/focus_accessibility/manifest.json

{
  "name": "<webview> focus accessibility test.",
  "manifest_version": 2,
  "version": "1",
  "permissions": [
    "webview"
  ],
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  }
}