blob: cc854b5cc45c6a7a711d45597c10484c0f0a4a16 [file] [log] [blame]
{
"name": "Empty Exclude Matches",
"manifest_version": 2,
"version": "1",
"content_scripts": [
{
"matches": ["http://*.google.com/*"],
"exclude_matches": [],
"js": ["javascript.js"]
}
]
}