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