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