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