Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / automation_matches.json
1 {
2   "name": "unit_tests --gtest_filter=AutomationManifestTest.Matches",
3   "version": "1",
4   "manifest_version": 2,
5   "automation": {
6     "matches": [ "http://www.google.com/",
7                  "http://www.twitter.com/",
8                  "www.badpattern.com" ]
9   }
10 }