From eede08a84021c847aa907db522b31893a183ae37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Pardou?= Date: Sun, 31 Dec 2023 11:49:58 +0100 Subject: [PATCH] Fix IOS incompatibility (#239) --- client/index.html | 3 ++- client/public/manifest.json | 12 +++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/client/index.html b/client/index.html index 712990b..09533c0 100644 --- a/client/index.html +++ b/client/index.html @@ -8,7 +8,8 @@ - Darkwire.io - instant encrypted web chat + Darkwire +
diff --git a/client/public/manifest.json b/client/public/manifest.json index 2553b79..3a3d283 100644 --- a/client/public/manifest.json +++ b/client/public/manifest.json @@ -1,15 +1,17 @@ { "short_name": "Darkwire", - "name": "Darkwire.io - encrypted web chat", + "name": "Darkwire.io - Encrypted Web Chat", "icons": [ { "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" + "sizes": "192x192", + "type": "image/png" } ], "start_url": ".", - "display": "standalone", + "display": "fullscreen", "theme_color": "#000000", - "background_color": "#ffffff" + "background_color": "#ffffff", + "scope": "/", + "description": "Secure and encrypted web chat with Darkwire.io" }