- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / bluetooth / get_devices_error / manifest.json
1 {
2   "manifest_version": 2,
3   "name": "Test Errors From The Bluetooth getDevices API",
4   "version": "1.0",
5   "app": {
6     "background": {
7       "scripts": ["runtest.js"]
8     }
9   },
10   "permissions": ["bluetooth"]
11 }