Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / bluetooth_low_energy / get_services / manifest.json
1 {
2   "manifest_version": 2,
3   "name": "Test the Bluetooth Low Energy getServices API",
4   "version": "1.0",
5   "app": {
6     "background": {
7       "scripts": ["runtest.js"]
8     }
9   },
10   "bluetooth": {}
11 }