Upstream version 8.37.180.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / bluetooth_low_energy / get_removed_service / manifest.json
1 {
2   "manifest_version": 2,
3   "name": "Test the Bluetooth LE API getService method on a removed service.",
4   "version": "1.0",
5   "app": {
6     "background": {
7       "scripts": ["runtest.js"]
8     }
9   },
10   "bluetooth": {
11     "low_energy": true
12   }
13 }