Change active extensions to arrays instead of "1", "2", "3", etc

“bad form” in your opinion but perfectly valid, I’ve seen worse.

Thats a string containing the word 1, 2 and 3.

Effectively it’s a slot called 1, 2 and 3.

The slots are not a zero indexed array… it’s a object with named slots

Since you CAN have:

{
  "data": {
    "panel": {
      "1": {
        "active": true,
        "id": "rh6jq1q334hqc2rr1qlzqbvwlfl3x0",
        "version": "1.1.0",
        "name": "TopClip"
      },
      "2": {
        "active": false
      },
      "3": {
        "active": true,
        "id": "naty2zwfp7vecaivuve8ef1hohh6bo",
        "version": "1.0.9",
        "name": "Streamlabs Stream Schedule & Countdown"
      }
    }

Sure that would be fine as an array, but it’s not an array it’s got named slots