aboutsummaryrefslogtreecommitdiffstats
path: root/webui/build/manifest.json
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-18 18:55:07 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-18 18:55:07 +0200
commit459bb8747d9e84493b8d04a3172e6758452a75b9 (patch)
tree4cd8c89f61830f0502a35ddd8cf98d5cc88a5110 /webui/build/manifest.json
parentb4ba7bde718608582ed36b216a847659e76cd872 (diff)
downloadgit-bug-459bb8747d9e84493b8d04a3172e6758452a75b9.tar.gz
add compiled webui
Diffstat (limited to 'webui/build/manifest.json')
-rw-r--r--webui/build/manifest.json15
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"
+}