webui: add name to web app manifest.

Dmitry Teplov created

Change summary

webui/public/manifest.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

webui/public/manifest.json 🔗

@@ -1,6 +1,6 @@
 {
-  "short_name": "React App",
-  "name": "Create React App Sample",
+  "short_name": "git-bug",
+  "name": "git-bug webui",
   "icons": [
     {
       "src": "favicon.ico",