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

{
  "name": "test",
  "manifest_version": 2,
  "version": "1",
  "content_scripts": [
    {
      "matches": ["http://yahoo.com/*"],
      "js": ["foo.js"]
    }
  ]
}