Index: chrome/test/data/extensions/api_test/default_content_security_policy/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/api_test/default_content_security_policy/manifest.json (revision 0) |
+++ chrome/test/data/extensions/api_test/default_content_security_policy/manifest.json (revision 0) |
@@ -0,0 +1,7 @@ |
+{ |
+ "name": "default content security policy tests", |
+ "version": "0.1", |
+ "manifest_version": 2, |
+ "description": "Checks that extensions with version 2 manifests have a default Content-Security-Policy.", |
+ "background_page": "test.html" |
+} |