| Index: chrome/test/data/extensions/permissions/content_script_http_scheme.json
|
| diff --git a/chrome/test/data/extensions/permissions/content_script_http_scheme.json b/chrome/test/data/extensions/permissions/content_script_http_scheme.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..abbb56916904652b9a74ddcd7ea3d38d80f82400
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/permissions/content_script_http_scheme.json
|
| @@ -0,0 +1,10 @@
|
| +{
|
| + "name": "http:// scheme in content script matches list",
|
| + "content_scripts": [
|
| + {
|
| + "matches": [ "http://*/*" ],
|
| + "js": [ "content_script.js" ]
|
| + }
|
| + ],
|
| + "version": "1"
|
| +}
|
|
|