| Index: chrome/test/data/extensions/api_test/file_system/open_existing/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/file_system/open_existing/manifest.json b/chrome/test/data/extensions/api_test/file_system/open_existing/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..92c3201d8efc840bec04d01c1444918408d85980
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/file_system/open_existing/manifest.json
|
| @@ -0,0 +1,16 @@
|
| +{
|
| + "name": "chrome.fileSystem open existing file",
|
| + "version": "0.1",
|
| + "manifest_version": 2,
|
| + "description": "Test for chrome.fileSystem.chooseFile opening existing file.",
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["background.js"]
|
| + }
|
| + },
|
| + "permissions": [
|
| + "experimental",
|
| + "appWindow",
|
| + "fileSystem"
|
| + ]
|
| +}
|
|
|