Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / bluetooth / on_adapter_state_changed / manifest.json
1 {
2   "manifest_version": 2,
3   "name": "Test Bluetooth OnAdapterStateChanged Event",
4   "version": "1.0",
5   "description": "Tests Bluetooth OnAdapterStateChanged Event",
6   "app": {
7     "background": {
8       "scripts": ["runtest.js"]
9     }
10   },
11   "bluetooth": {}
12 }