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