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

{
  "name": "chrome.automation.sanityCheck",
  "version": "0.1",
  "manifest_version": 2,
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8xv6iO+j4kzj1HiBL93+XVJH/CRyAQMUHS/Z0l8nCAzaAFkW/JsNwxJqQhrZspnxLqbQxNncXs6g6bsXAwKHiEs+LSs+bIv0Gc/2ycZdhXJ8GhEsSMakog5dpQd1681c2gLK/8CrAoewE/0GIKhaFcp7a2iZlGh4Am6fgMKy0iQIDAQAB",
  "description": "Tests for the Automation API in FencedFrame",
  "permissions": [ "windows" ],
  "automation": {"desktop": true},
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
         "http://*/*fencedframe_inner.html"
      ],
      "js": ["content_script.js"]
    }
  ]
}