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