chromium/chrome/test/data/extensions/good_v1/manifest.json

{
   "content_scripts": [ {
      "js": [ "script1.js" ],
      "matches": [ "http://*.google.com/*", "https://*.google.com/*" ]
   }, {
      "js": [ "script2.js" ],
      "matches": [ "http://*.example.com/*" ]
   } ],
   "description": "The first extension that I made.",
   "manifest_version": 2,
   "name": "My extension 1",
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8c4fBSPZ6utYoZ8NiWF/DSaimBhihjwgOsskyleFGaurhi3TDClTVSGPxNkgCzrz0wACML7M4aNjpd05qupdbR2d294jkDuI7caxEGUucpP7GJRRHnm8Sx+y0ury28n8jbN0PnInKKWcxpIXXmNQyC19HBuO3QIeUq9Dqc+7YFQIDAQAB",
   "version": "1.0.0.0",
   "update_url": "http://update.extension/good_update_manifest.xml"
}