Index: chrome/test/data/extensions/api_test/file_system/open_directory_with_only_write/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/file_system/open_writable_existing/manifest.json b/chrome/test/data/extensions/api_test/file_system/open_directory_with_only_write/manifest.json |
similarity index 67% |
copy from chrome/test/data/extensions/api_test/file_system/open_writable_existing/manifest.json |
copy to chrome/test/data/extensions/api_test/file_system/open_directory_with_only_write/manifest.json |
index 90eeeae654c711224fa937930ba0c1b0d7f92134..4fb466243adb115ec7e89fe3a679cc4192a80472 100644 |
--- a/chrome/test/data/extensions/api_test/file_system/open_writable_existing/manifest.json |
+++ b/chrome/test/data/extensions/api_test/file_system/open_directory_with_only_write/manifest.json |
@@ -1,13 +1,13 @@ |
{ |
- "name": "chrome.fileSystem open writable file", |
+ "name": "chrome.fileSystem open directory", |
"version": "0.1", |
- "description": "Test for chrome.fileSystem.chooseFile opening writable file.", |
+ "description": "Test for chrome.fileSystem.chooseFile opening a directory.", |
"app": { |
"background": { |
"scripts": ["background.js"] |
} |
}, |
"permissions": [ |
- {"fileSystem": []} |
+ {"fileSystem": ["write"]} |
] |
} |