summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json
blob: 58f3ccb93f1ee0c7010d4adbf28d22b0602d2c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "manifest_version": 2,
  "name": "Test Bluetooth AddProfile Function",
  "version": "1.0",
  "description": "Tests Bluetooth AddProfile Function",
  "app": {
    "background": {
      "scripts": ["runtest.js"]
    }
  },
  "bluetooth": {
    "profiles": [
      "1234",
      "5678"
    ]
  }
}