From 037868492bb2936425ed20848b69749d7844556f Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Fri, 19 May 2023 16:15:04 +0200 Subject: [PATCH] Update config.json - option to set the header bar color - option to also display replies --- config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index b0d179b..b99b0c2 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { - "navbarBrandText": "Mastodon Wall", + "navbarBrandText": "Mastowall 1.0 - written by ChatGPT4 - Prompting: Ralf Stockmann (rstockm)", "defaultServerUrl": "https://mastodon.social", - "navbarBackgroundColor": "#222222" + "navbarColor": "#333355", + "includeReplies": false }