OLD | NEW |
1 { | 1 { |
2 "name": "unit_tests --gtest_filter=ExternallyConnectableTest.IDsAndMatches", | 2 "name": "unit_tests --gtest_filter=ExternallyConnectableTest.IDsAndMatches", |
3 "version": "1", | 3 "version": "1", |
4 "manifest_version": 2, | 4 "manifest_version": 2, |
5 "externally_connectable": { | 5 "externally_connectable": { |
6 "ids": [ | 6 "ids": [ |
7 "abcdefghijklmnopabcdefghijklmnop", | 7 "abcdefghijklmnopabcdefghijklmnop", |
8 "ponmlkjihgfedcbaponmlkjihgfedcba" | 8 "ponmlkjihgfedcbaponmlkjihgfedcba" |
9 ], | 9 ], |
10 "matches": [ | 10 "matches": [ |
11 "http://example.com/", | 11 "http://example.com/", |
12 "*://*.google.com/*", | 12 "*://*.google.com/*", |
13 "http://build.chromium.org/*", | 13 "http://build.chromium.org/*", |
14 "http://appspot.com/*", | 14 "http://appspot.com/*", |
15 "http://com/*", | 15 "http://com/*", |
16 "http://go/*", | 16 "http://go/*", |
17 "http://no.wildcard.path/" | 17 "http://no.wildcard.path/" |
18 ] | 18 ] |
19 } | 19 } |
20 } | 20 } |
OLD | NEW |