client/public/manifest.json
changeset 1 431977d7c9a6
child 175 6fcda59daff8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/public/manifest.json	Mon May 22 14:34:35 2017 +0200
@@ -0,0 +1,15 @@
+{
+  "short_name": "React App",
+  "name": "Create React App Sample",
+  "icons": [
+    {
+      "src": "favicon.ico",
+      "sizes": "192x192",
+      "type": "image/png"
+    }
+  ],
+  "start_url": "./index.html",
+  "display": "standalone",
+  "theme_color": "#000000",
+  "background_color": "#ffffff"
+}