Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / exclude_matches_invalid_host.json
blob75eb2686380ba4c941af622379c3c56cb232cbe8
2   "name": "Exclude Matches, invalid host",
3   "version": "1",
4   "content_scripts": [
5     {
6       "matches": ["http://*.google.com/*"],
7       "exclude_matches": ["http://*docs.google.com/*"]
8     }
9   ]