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