OLD | NEW |
1 { | 1 { |
2 "content_scripts": [ { | 2 "content_scripts": [ { |
3 "js": [ "test.js" ], | 3 "js": [ "test.js" ], |
4 "matches": [ "http://*.google.com/*", "https://*.google.com/*", "http://ww
w.example.com/*" ] | 4 "matches": [ "http://*.google.com/*", "https://*.google.com/*", "http://*.
google.com.hk/*", "http://www.example.com/*" ] |
5 } ], | 5 } ], |
6 "name": "Unknown Permissions Test", | 6 "name": "Unknown Permissions Test", |
7 "permissions": [ "tabs", "blah" ], | 7 "permissions": [ "tabs", "blah" ], |
8 "version": "1" | 8 "version": "1" |
9 } | 9 } |
OLD | NEW |