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