Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / bluetooth_socket / connect / manifest.json
1 {
2   "manifest_version": 2,
3   "name": "Test Bluetooth Socket Connect Function",
4   "version": "1.0",
5   "description": "Tests chrome.bluetoothSocket.connect Function",
6   "app": {
7     "background": {
8       "scripts": ["runtest.js"]
9     }
10   },
11   "bluetooth": {
12     "uuids": [
13       "8e3ad063-db38-4289-aa8f-b30e4223cf40"
14     ]
15   }
16 }