{
  "mode": "assist",
  "obs": {
    "url": "ws://127.0.0.1:4455",
    "password": "",
    "connected": false,
    "scenes": []
  },
  "sceneMap": {
    "sim1": "Sim Rig 1 Full",
    "sim2": "Sim Rig 2 Full",
    "player1": "Player 1 Full",
    "player2": "Player 2 Full",
    "player3": "Player 3 Full",
    "broadcast": "Broadcast Driver Full",
    "twoSims": "Two Sims",
    "fourPlayers": "Four Players",
    "allSix": "All Six",
    "startingSoon": "Starting Soon",
    "brb": "Be Right Back"
  },
  "players": [
    {"id": 1, "sceneKey": "sim1", "name": "Sim Rig 1", "state": "active", "activity": 50, "priority": 0, "ocr": "", "notes": ""},
    {"id": 2, "sceneKey": "sim2", "name": "Sim Rig 2", "state": "active", "activity": 50, "priority": 0, "ocr": "", "notes": ""},
    {"id": 3, "sceneKey": "player1", "name": "Player 1", "state": "active", "activity": 50, "priority": 0, "ocr": "", "notes": ""},
    {"id": 4, "sceneKey": "player2", "name": "Player 2", "state": "active", "activity": 50, "priority": 0, "ocr": "", "notes": ""},
    {"id": 5, "sceneKey": "player3", "name": "Player 3", "state": "active", "activity": 50, "priority": 0, "ocr": "", "notes": ""},
    {"id": 6, "sceneKey": "broadcast", "name": "Broadcast Driver", "state": "active", "activity": 50, "priority": 0, "ocr": "", "notes": ""}
  ],
  "events": [],
  "rules": [
    {"id": "spectating", "phrase": "Spectating", "match": "contains", "effect": "dead", "scope": "all"},
    {"id": "loading", "phrase": "Loading", "match": "contains", "effect": "loading", "scope": "all"},
    {"id": "winner", "phrase": "Winner", "match": "contains", "effect": "winner", "scope": "all"}
  ]
}
