{
  "enabled": true,
  "settings": {
    "CustomTitleScreen": {
      "type": "toggle",
      "value": true,
      "title": "Custom Title Screen",
      "tooltip": "Displays planets from installed mods on the title screen."
    },
    "DebugSeparator": {
      "type": "separator"
    },
    "Debug": {
      "type": "toggle",
      "value": false,
      "title": "Debug",
      "tooltip": "Enables the debug raycast, visible quantum object colliders, and debug options menu."
    },
    "VisualizeQuantumObjects": {
      "type": "toggle",
      "value": false,
      "title": "Visualize Quantum Objects",
      "tooltip": "Draws boundaries around quantum objects when Debug mode is on."
    },
    "VisualizeBrambleVolumeNames": {
      "type": "toggle",
      "value": false,
      "title": "Visualize Bramble Volume Names",
      "tooltip": "Adds a label to all custom spherical fog warp volumes and entrances/exits when Debug mode is on."
    },
    "VerboseLogs": {
      "type": "toggle",
      "value": false,
      "title": "Verbose Logs",
      "tooltip": "Makes logs much more detailed. Useful when debugging."
    },
    "SequentialPreCaching": {
      "type": "toggle",
      "value": false,
      "title": "Sequential Pre-caching",
      "tooltip": "This is a debug option intended for mod creators. Prevents running out of memory when computing slide reel caches, but is slower and will cause in-game lag."
    },
    "DefaultSystemOverride": {
      "type": "text",
      "value": "",
      "title": "Default System Override",
      "tooltip": "Forces the player to spawn in this system after death. Must match the unique name of a system, eg, xen.NewHorizonsExamples"
    }
  }
}