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" }