- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / sync_file_system / on_file_status_changed / manifest.json
1 {
2   "name": "chrome.syncFileSystem.onFileSynced",
3   "version": "0.2",
4   "manifest_version": 2,
5   "description": "end-to-end browser test to listen to chrome.syncFileSystem.onFileSynced events",
6   "permissions": ["syncFileSystem"],
7   "app": {
8     "background": {
9       "scripts": ["test.js"]
10     }
11   }
12 }