From 9530eedaf5671380602e05bfe41079a8943226de Mon Sep 17 00:00:00 2001 From: StarsOnly Date: Wed, 11 Sep 2019 14:52:44 +0200 Subject: [PATCH 1/2] CrossBox fix --- src/apps.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 9322e443d..9c51191be 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2425,7 +2425,9 @@ 30 ], "icon": "CrossBox.png", - "html": "CrossBox Premium Webmail", + "headers": { + "server": "CBX-WS", + }, "website": "https://crossbox.io" }, "Crypto-Loot": { From d45639d95a54989a451f0f884f4ddfd1e7ee84cd Mon Sep 17 00:00:00 2001 From: StarsOnly Date: Wed, 11 Sep 2019 15:44:53 +0200 Subject: [PATCH 2/2] CrossBox fix --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 9c51191be..52713f02a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2426,7 +2426,7 @@ ], "icon": "CrossBox.png", "headers": { - "server": "CBX-WS", + "server": "CBX-WS" }, "website": "https://crossbox.io" },