diff options
author | Dmitry Teplov <siht.pilf@gmail.com> | 2018-08-27 21:59:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-27 21:59:53 +0300 |
commit | 11ad777670aa874a80e37c3a18a83f65cde98785 (patch) | |
tree | 37a2a5a31cbe14cd697ea9a828647be5168a6d20 /webui/public | |
parent | fba56eda834955161f39cf135ba06759f58de22b (diff) | |
download | git-bug-11ad777670aa874a80e37c3a18a83f65cde98785.tar.gz |
webui: add name to web app manifest.
Diffstat (limited to 'webui/public')
-rw-r--r-- | webui/public/manifest.json | 4 |
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", |