| Index: chrome/test/data/extensions/api_test/content_scripts/policy/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/policy/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/policy/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..48de7c07ff09039acac745330c040f3442bac320
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/policy/manifest.json
|
| @@ -0,0 +1,7 @@
|
| +{
|
| + "name": "content_scripts/policy",
|
| + "version": "1",
|
| + "manifest_version": 2,
|
| + "permissions": ["tabs", "*://example.com/*"],
|
| + "background": { "scripts": ["background.js"] }
|
| +}
|
|
|