- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / system / storage_eject / manifest.json
1 {
2   "name": "systemInfo_storage_api_eject",
3   "version": "1.0",
4   "manifest_version": 2,
5   "description": "Test for system.storage.eject function",
6   "app": {
7     "background": {
8       "scripts": ["test.js"]
9     }
10   },
11   "permissions": [ "system.storage" ]
12 }