aboutsummaryrefslogtreecommitdiffstats
path: root/default-config.json
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-02-19 12:06:37 +0300
committerRblSb <msrblsb@gmail.com>2020-02-19 12:06:37 +0300
commit2ecf9b8d31457175c6cc4ca5a441a165556afb77 (patch)
treeac78bb6e4432d239af3f752972c03c8ef473cadb /default-config.json
parent07d1955cefc093ffb12002902ed45e963030746e (diff)
More buttons
Emotes, filters, config, server history, autologin, tab blinking
Diffstat (limited to 'default-config.json')
-rw-r--r--default-config.json17
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>"
+ }
+ ]
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage