Index: chrome/test/data/extensions/api_test/file_system/open_directory_with_write/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/file_system/open_directory_with_write/manifest.json b/chrome/test/data/extensions/api_test/file_system/open_directory_with_write/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f634f5e41b87a9c1175dd826ec8bce1ab6645b07 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/file_system/open_directory_with_write/manifest.json |
@@ -0,0 +1,15 @@ |
+{ |
+ "name": "chrome.fileSystem open existing directory", |
+ "version": "0.1", |
+ "description": "Test for chrome.fileSystem.chooseEntry opening existing directory.", |
+ "app": { |
+ "background": { |
+ "scripts": ["background.js"] |
+ } |
+ }, |
+ "permissions": [ |
+ { |
+ "fileSystem": ["directory", "write"] |
+ } |
+ ] |
+} |