diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-19 12:06:37 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-19 12:06:37 +0300 |
| commit | 2ecf9b8d31457175c6cc4ca5a441a165556afb77 (patch) | |
| tree | ac78bb6e4432d239af3f752972c03c8ef473cadb /default-config.json | |
| parent | 07d1955cefc093ffb12002902ed45e963030746e (diff) | |
More buttons
Emotes, filters, config, server history, autologin, tab blinking
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/default-config.json b/default-config.json new file mode 100644 index 0000000..efbcf30 --- /dev/null +++ b/default-config.json @@ -0,0 +1,17 @@ +{ + "channelName": "SyncTube", + "maxLoginLength": 20, + "maxMessageLength": 500, + "serverChatHistory": 30, + "videoLimit": 0, + "leaderRequest": "everyone", + "emotes": [ + {"name":":haxe:", "image":"https://haxe.org/favicon.ico"} + ], + "filters": [ + { + "name": "image", "regex": "(http|https)(:\\/\\/.*\\.)(png|jpg|gif|jpeg)", "flags": "g", + "replace": "<a href='$1$2$3' target='_blank'><img src='$1$2$3' style='max-width:200px; max-height:200px' /></a>" + } + ] +} |
