Adding a couple of PeerTube categories

Perhaps someone will find it useful to add and remove categories to the plugin. I deleted all existing categories and added only my own

{
  "add": [
    {"key": 19, "label": "Квантовый переход"},
    {"key": 20, "label": "Ангельские сказки"},
    {"key": 21, "label": "Послания нового времени"},
    {"key": 22, "label": "Стихи"},
    {"key": 23, "label": "Предсказания"},
    {"key": 24, "label": "Лечение онлайн"},
    {"key": 25, "label": "Ангельские расстановки"},
    {"key": 26, "label": "Аффирмации дня"}
  ],
  "delete": [
    1,
    2,
    3,
    4,
    5,
    6,
    7,
    8,
    9,
    10,
    11,
    12,
    13,
    14,
    15,
    16,
    17,
    18
  ]
}