| Index: chrome/test/data/extensions/effective_host_permissions/two_content_scripts.json
|
| diff --git a/chrome/test/data/extensions/effective_host_permissions/two_content_scripts.json b/chrome/test/data/extensions/effective_host_permissions/two_content_scripts.json
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..a48213ac3aab20be3ded504af86c4b96c9b6606b
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/effective_host_permissions/two_content_scripts.json
|
| @@ -0,0 +1,15 @@
|
| +{
|
| + "name": "effective host permisions test",
|
| + "version": "1.0",
|
| + "permissions": [
|
| + "http://*.google.com/",
|
| + "http://google.com",
|
| + "https://google.com"
|
| + ],
|
| + "content_scripts": [
|
| + {
|
| + "matches": ["http://www.reddit.com/", "http://news.ycombinator.com/"],
|
| + "js": ["foo.js"]
|
| + }
|
| + ]
|
| +}
|
|
|