diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-18 18:55:07 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-18 18:55:07 +0200 |
commit | 459bb8747d9e84493b8d04a3172e6758452a75b9 (patch) | |
tree | 4cd8c89f61830f0502a35ddd8cf98d5cc88a5110 /webui/build/manifest.json | |
parent | b4ba7bde718608582ed36b216a847659e76cd872 (diff) | |
download | git-bug-459bb8747d9e84493b8d04a3172e6758452a75b9.tar.gz |
add compiled webui
Diffstat (limited to 'webui/build/manifest.json')
-rw-r--r-- | webui/build/manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/webui/build/manifest.json b/webui/build/manifest.json new file mode 100644 index 00000000..ef19ec24 --- /dev/null +++ b/webui/build/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": "./index.html", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} |