aboutsummaryrefslogtreecommitdiffstats
path: root/webui/public/manifest.json
diff options
context:
space:
mode:
authorDmitry Teplov <siht.pilf@gmail.com>2018-08-27 21:59:53 +0300
committerGitHub <noreply@github.com>2018-08-27 21:59:53 +0300
commit11ad777670aa874a80e37c3a18a83f65cde98785 (patch)
tree37a2a5a31cbe14cd697ea9a828647be5168a6d20 /webui/public/manifest.json
parentfba56eda834955161f39cf135ba06759f58de22b (diff)
downloadgit-bug-11ad777670aa874a80e37c3a18a83f65cde98785.tar.gz
webui: add name to web app manifest.
Diffstat (limited to 'webui/public/manifest.json')
-rw-r--r--webui/public/manifest.json4
1 files changed, 2 insertions, 2 deletions
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",