Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / bluetooth_private / no_adapter / manifest.json
1 {
2   // extension id: jofgjdphhceggjecimellaapdjjadibj
3   "name": "No Bluetooth Adapter Test",
4   "description": "Tests bluetoothPrivate.setAdapterState function when no Bluetooth adapter is present.",
5   "version": "1.0",
6   "manifest_version": 2,
7   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2nI64+TVbJNYUfte1hEwrWpjgiH3ucfKZ12NC6IT/Pm2pQdjR/3alrdW+rCkYbs0KmfUymb0GOE7fwZ0Gs+EqfxoKmwJaaZiv86GXEkPJctDvjqrJRUrKvM6aXZEkTQeaFLQVY9NDk3grSZzvC365l3c4zRN3A2i8KMWzB9HRQzKnN49zjgcTTu5DERYTzbJZBd0m9Ln1b3x3UVkVgoTUq7DexGMcOq1KYz0VHrFRo/LN1yJvECFmBb2pdl40g4UHq3UqrWDDInZZJ3sr01EePxYYwimMFsGnvH6sz8wHC09rXZ+w1YFYjsQ3P/3Bih1q/NdZ0aop3MEOCbHb4gipQIDAQAB",
8   "app": {
9     "background": {
10       "scripts": ["test.js"]
11     }
12   },
13   "bluetooth": {},
14   "permissions": [ "bluetoothPrivate" ]
15 }