OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "unit_tests --gtest_filter=AutomationManifestTest.Matches", | 2 "name": "unit_tests --gtest_filter=AutomationManifestTest.Matches", |
3 "version": "1", | 3 "version": "1", |
4 "manifest_version": 2, | 4 "manifest_version": 2, |
5 "permissions": [ | |
6 "http://www.google.com/" | |
Devlin
2014/07/18 22:38:51
nit: indentation off.
aboxhall
2014/07/21 22:44:10
Done.
| |
7 ], | |
5 "automation": { | 8 "automation": { |
6 "matches": [ "http://www.google.com/", | 9 "matches": [ "http://www.twitter.com/" ] |
7 "http://www.twitter.com/", | |
8 "www.badpattern.com" ] | |
9 } | 10 } |
10 } | 11 } |
OLD | NEW |