Chromium Code Reviews| 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..b1ce3d0f49ce4cea7cac62d02905ae31491324b5 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/content_scripts/policy/manifest.json |
| @@ -0,0 +1,8 @@ |
| +{ |
| + "name": "content_scripts/policy", |
| + "version": "1", |
| + "manifest_version": 2, |
| + "permissions": ["tabs", "*://example.com/*"], |
| + "optional_permissions": ["http://*/*"], |
|
Devlin
2017/04/13 22:56:27
needed?
|
| + "background": { "scripts": ["background.js"] } |
| +} |