chromium/chrome/test/data/extensions/api_test/bluetooth_low_energy/create_service_kiosk_session_only/manifest.json

{
  "manifest_version": 2,
  "name": "Test the Bluetooth Low Energy createService API",
  "version": "1.0",
  "app": {
    "background": {
      "scripts": ["runtest.js"]
    }
  },
  "kiosk_enabled": true,
  "bluetooth": {
    "low_energy": true,
    "peripheral": true,
    "uuids": ["1234"]
  }
}