Index: chrome/test/data/extensions/api_test/image_writer_private/list_devices/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/image_writer_private/list_devices/manifest.json b/chrome/test/data/extensions/api_test/image_writer_private/list_devices/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bb7d82959e71a8ef6e139f9a5636a39fc2fd7016 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/image_writer_private/list_devices/manifest.json |
@@ -0,0 +1,12 @@ |
+{ |
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6aedfP5QXnA176+/EKXFwbBoXl3smca9uaO1ytfLCRsH8Ja0xrjJG+/2tvcCL1JzBbc8/31cwWIOiNFawJiIc+nfZAi4rO27yakn4W83kHOhjr7hA4/a+CtmOPTTgpK1DCIpo0Xy+lpzQuqHBKL9/sXMCN4bKqcXMe7XA09VJYD6Rv+CTDfKkgN3oNYhm0KBOwkvJ/P7x7KeBUCusd+UOzJygBP4p2mDgIX/WfUZAuRGq1ty/Eu9dBm29Jhe1YBctFaARyR5FnMsr57Kw/mWrNXkZ2iewrLUzNh1FWLQUbiL4QdqaP9//Xxhsrf+LG1UcJN1HBnn/b0xYLfcH9W7RQIDAQAB", |
+ "name": "Image Writer Private", |
+ "version": "0.1", |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
+ }, |
+ "permissions": ["imageWriterPrivate"] |
+} |
+ |