From 11ad777670aa874a80e37c3a18a83f65cde98785 Mon Sep 17 00:00:00 2001 From: Dmitry Teplov Date: Mon, 27 Aug 2018 21:59:53 +0300 Subject: [PATCH] webui: add name to web app manifest. --- webui/public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/public/manifest.json b/webui/public/manifest.json index ef19ec243e739479802a5553d0b38a18ed845307..81327a5d7e6d48acaf1ead2d78c679a6dd13fe95 100644 --- a/webui/public/manifest.json +++ b/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",