- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / exclude_matches_not_list.json
1 {
2   "name": "Exclude Matches, not a list",
3   "version": "1",
4   "content_scripts": [
5     {
6       "matches": ["http://*.google.com/*"],
7       "exclude_matches": "http://docs.google.com/*"
8     }
9   ]
10 }