- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / file_system / open_multiple_writable_existing_with_write / manifest.json
1 {
2   "name": "chrome.fileSystem open writable files with write",
3   "version": "0.1",
4   "description":
5       "Test for chrome.fileSystem.chooseFile opening multiple writable files.",
6   "app": {
7     "background": {
8       "scripts": ["background.js"]
9     }
10   },
11   "permissions": [
12     {
13       "fileSystem": ["write"]
14     }
15   ]
16 }