1de6f1845b4190f2c82cf57e8952f94b5dfe905d
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / bluetooth / on_connection / manifest.json
1 {
2   "manifest_version": 2,
3   "name": "Test Bluetooth OnConnection Event",
4   "version": "1.0",
5   "description": "Tests Bluetooth OnConnection Event",
6   "app": {
7     "background": {
8       "scripts": ["runtest.js"]
9     }
10   },
11   "permissions": [
12     {"bluetooth": [
13       {"uuid": "1234"}
14     ]}
15   ]
16 }