{
  "enabled": true,
  "settings": {
    "leftHandDominant": {
      "type": "toggle",
      "value": false,
      "title": "Left Hand Dominant",
      "yes": "Left",
      "no": "Right"
    },
    "vibrationIntensity": {
      "type": "slider",
      "value": 1,
      "min": 0,
      "max": 3,
      "title": "Vibration Intensity"
    },
    "toolbeltHeight": {
      "type": "slider",
      "value": 0.45,
      "min": 0.2,
      "max": 0.8,
      "title": "Toolbelt Height"
    },
    "autoHideToolbelt": {
      "type": "toggle",
      "value": false,
      "title": "Hide toolbelt if hand is far",
      "yes": "Yes",
      "no": "No"
    },
    "helmetVisibility": {
      "type": "toggle",
      "value": true,
      "title": "Helmet around head",
      "yes": "Visible",
      "no": "Hidden"
    },
    "hudScale": {
      "type": "slider",
      "value": 1,
      "min": 0.2,
      "max": 1.8,
      "title": "Helmet HUD scale"
    },
    "hudOpacity": {
      "type": "slider",
      "value": 1,
      "min": 0,
      "max": 1,
      "title": "Helmet HUD Opacity"
    },
    "markersOpacity": {
      "type": "slider",
      "value": 1,
      "min": 0,
      "max": 1,
      "title": "Markers Opacity"
    },
    "lookArrowOpacity": {
      "type": "slider",
      "value": 1,
      "min": 0,
      "max": 1,
      "title": "Look Arrow Opacity"
    },
    "hudSmoothFollow": {
      "type": "toggle",
      "value": true,
      "title": "Helmet HUD smooth follow",
      "yes": "Enabled",
      "no": "Disabled"
    },
    "movementControllerOriented": {
      "type": "toggle",
      "value": false,
      "title": "Controller oriented movement",
      "yes": "Controller",
      "no": "Head"
    },
    "snapTurning": {
      "type": "toggle",
      "value": false,
      "title": "Snap turning",
      "yes": "Enabled",
      "no": "Disabled"
    },
    "snapTurnIncrement": {
      "type": "selector",
      "value": "45",
      "options": [
        "15",
        "30",
        "45",
        "60",
        "90"
      ],
      "title": "Snap turn increment"
    },
    "showGesturePrompts": {
      "type": "toggle",
      "value": true,
      "title": "VR gesture tutorials",
      "yes": "Enabled",
      "no": "Disabled"
    },
    "showHandLaser": {
      "type": "toggle",
      "value": true,
      "title": "Hand laser pointer",
      "yes": "Show",
      "no": "Hide"
    },
    "showFeetMarker": {
      "type": "toggle",
      "value": true,
      "title": "Feet markers",
      "yes": "Show",
      "no": "Hide"
    },
    "preventClipping": {
      "type": "toggle",
      "value": true,
      "title": "Prevent clipping",
      "yes": "Enabled",
      "no": "Disabled"
    },
    "flashlightGesture": {
      "type": "toggle",
      "value": true,
      "title": "Flashlight gesture",
      "yes": "Enabled",
      "no": "Disabled"
    },
    "disableCursorLock": {
      "type": "toggle",
      "value": true,
      "title": "Lock mouse cursor to window",
      "yes": "Unlocked",
      "no": "Locked"
    },
    "debug": {
      "type": "toggle",
      "value": false,
      "title": "Debug mode (more logs)",
      "yes": "Enabled",
      "no": "Disabled"
    }
  }
}