blob: 9c6d7072f9f6703befbba92ca78055848f596e89 [file] [log] [blame]
{
"name": "http:// scheme in content script matches list",
"manifest_version": 2,
"content_scripts": [
{
"matches": [ "http://*/*" ],
"js": [ "content_script.js" ]
}
],
"version": "1"
}