2020-10-11 15:21:19 +02:00
|
|
|
{
|
2020-10-25 10:31:51 +01:00
|
|
|
"windowTitle": "Kiwi IRC",
|
2020-10-11 16:19:53 +02:00
|
|
|
"startupScreen": "welcome",
|
2021-07-09 08:08:28 +02:00
|
|
|
"kiwiServer": "https://__DOMAIN____PATH__",
|
2020-10-11 15:21:19 +02:00
|
|
|
"restricted": false,
|
2020-10-11 16:19:53 +02:00
|
|
|
"theme": "Default",
|
2020-10-11 15:21:19 +02:00
|
|
|
"themes": [
|
2020-10-11 16:19:53 +02:00
|
|
|
{ "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" }
|
2020-10-11 15:21:19 +02:00
|
|
|
],
|
|
|
|
"startupOptions" : {
|
2020-10-25 10:31:51 +01:00
|
|
|
"server": "irc.freenode.net",
|
2020-10-11 15:21:19 +02:00
|
|
|
"port": 6697,
|
|
|
|
"tls": true,
|
2020-10-11 16:19:53 +02:00
|
|
|
"channel": "#yunohost",
|
2020-10-11 15:21:19 +02:00
|
|
|
"nick": ""
|
|
|
|
},
|
|
|
|
"embedly": {
|
|
|
|
"key": ""
|
|
|
|
},
|
2020-10-11 16:19:53 +02:00
|
|
|
"plugins": [
|
|
|
|
{ "name": "customise", "url": "static/plugins/customise.html" }
|
|
|
|
]
|
|
|
|
}
|