From b8434dcaa16200eaac4b0944772ab118975b0f5c Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 23 Apr 2021 15:18:19 +1000 Subject: [PATCH] Change app name --- web-chat/public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-chat/public/manifest.json b/web-chat/public/manifest.json index 080d6c77ac..042f1b75e5 100644 --- a/web-chat/public/manifest.json +++ b/web-chat/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Waku v2 chat app", + "name": "Chat app powered by js-waku", "icons": [ { "src": "favicon.ico",