Index: chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/manifest.json b/chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..84423223f631303a0db92ca1412f91d922266a1e |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/manifest.json |
@@ -0,0 +1,9 @@ |
+{ |
+ "name": "Extension with some accessible pages", |
+ "version": "0.1", |
+ "manifest_version": 2, |
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzhxJvA02X/SxUSjnN3TchJ7GXiE21kyPwCnldsxaw7+0iTocB2NC/YSnHyYX0R0gkoxzUjhui2DsNZPcw9MGMXlGRXe5p5pL4i6ml55rhKNOiYtQ4N1ftIRa7TR3xTST8iCU+k+bpl8XfNL04c6MvQtfAn5hZ9jVLRMNLPpHUapuxct5dWokyNXlbH9SiSMT6ZQvkstq1/TQSJxZDzsHOHcuhwGwh5rug7AA0B3rgjkmAIqJHlhJWQlg4L54a7YL1Xn8iSYOj34I7uAaCKxk/tJ3jFMt+DDtZpTLCraH4doINZo8WBpqWpfs9dl4dGLDmcjHLpeQmUnrWYmGo2MOOQIDAQAB", |
+ "web_accessible_resources": [ |
+ "public.html" |
+ ] |
+} |