Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / bluetooth / discovery_in_progress / manifest.json
1 {
2   "manifest_version": 2,
3   "name": "Test Bluetooth Discovery Already In-Progress",
4   "version": "1.0",
5   "description": "Tests Bluetooth discovery API while discovery is in progress",
6   "app": {
7     "background": {
8       "scripts": ["runtest.js"]
9     }
10   },
11   "bluetooth": {}
12 }