- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / externally_connectable_error_bad_matches.json
1 {
2   "name": "unit_tests --gtest_filter=ExternallyConnectableTest.ErrorBadMatches",
3   "version": "1",
4   "manifest_version": 2,
5   "externally_connectable": {
6     "matches": [
7       "http://example.com/",
8       "*://*.google.com/*",
9       "http://build.chromium.org/*",
10       "www.yahoo.com",
11       "httpz://*.yahoo.com/*"
12     ]
13   }
14 }