chromium/chrome/test/data/extensions/api_test/automation/tests/webview/manifest.json

{
  "name": "chrome.automation.webViewTests",
  "version": "0.1",
  "manifest_version": 2,
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8xv6iO+j4kzj1HiBL93+XVJH/CRyAQMUHS/Z0l8nCAzaAFkW/JsNwxJqQhrZspnxLqbQxNncXs6g6bsXAwKHiEs+LSs+bIv0Gc/2ycZdhXJ8GhEsSMakog5dpQd1681c2gLK/8CrAoewE/0GIKhaFcp7a2iZlGh4Am6fgMKy0iQIDAQAB",
  "description": "Tests for the Automation API with WebView.",
  "permissions": ["webview"],
  "automation": {"desktop": true},
  "app": {
    "background": {
      "scripts": ["location_in_webview.js"]
    }
  }
}