From 2ecf9b8d31457175c6cc4ca5a441a165556afb77 Mon Sep 17 00:00:00 2001 From: RblSb Date: Wed, 19 Feb 2020 12:06:37 +0300 Subject: More buttons Emotes, filters, config, server history, autologin, tab blinking --- default-config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 default-config.json (limited to 'default-config.json') 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": "" + } + ] +} -- cgit v1.2.3