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