{
"alertImage": { "type": "image", "label": "Alert image", "value": "" },
"alertSound": { "type": "audio", "label": "Alert sound", "value": "" },
"soundVolume": { "type": "slider", "label": "Sound volume", "value": 0.7, "min": 0, "max": 1, "step": 0.05 },
"accentColor": { "type": "colorpicker", "label": "Accent color", "value": "#9e7aff" },
"alertDuration": { "type": "slider", "label": "Seconds on screen", "value": 5, "min": 2, "max": 15, "step": 1 },
"showFollows": { "type": "checkbox", "label": "Show follows", "value": true },
"showSubs": { "type": "checkbox", "label": "Show subs", "value": true },
"showCheers": { "type": "checkbox", "label": "Show cheers", "value": true },
"showRaids": { "type": "checkbox", "label": "Show raids", "value": true }
}