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