blob: c90292c41c4dd2094e922352a351500ac7c79792 [file] [log] [blame]
{
"name": "Exclude Matches, invalid host",
"manifest_version": 2,
"version": "1",
"content_scripts": [
{
"matches": ["http://*.google.com/*"],
"exclude_matches": ["http://*docs.google.com/*"]
}
]
}