{ "windowTitle": "{{ organization['displayname'] }}/IRC | Web IRC client", "startupScreen": "welcome", "kiwiServer": "https://irc.{{ external_domain }}/webirc/websocket/", "restricted": true, "hideSettings": false, "hideAdvancedSettings": true, "theme": "Dark", "themes": [ { "name": "Default", "url": "static/themes/default" }, { "name": "Dark", "url": "static/themes/dark" }, { "name": "Coffee", "url": "static/themes/coffee" }, { "name": "GrayFox", "url": "static/themes/grayfox" }, { "name": "Nightswatch", "url": "static/themes/nightswatch" }, { "name": "Osprey", "url": "static/themes/osprey" }, { "name": "Radioactive", "url": "static/themes/radioactive" }, { "name": "Sky", "url": "static/themes/sky" }, { "name": "Elite", "url": "static/themes/elite" } ], "startupOptions" : { "infoContent": "

{{ organization['displayname'] }}/IRC

Log in with your AniNIX account.", "channel": "#lobby", "nick": "Guest?", "server": "irc.{{ external_domain }}", "direct_path": "/websocket/", "port": 443, "direct": true, "tls": true }, "embedly": { "key": "" }, "plugins": [ { "name": "customise", "url": "static/plugins/customise.html" } ] }