Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / server / favicon / manifest.json
diff --git a/server/favicon/manifest.json b/server/favicon/manifest.json
new file mode 100644 (file)
index 0000000..e967fc5
--- /dev/null
@@ -0,0 +1,18 @@
+{
+    "name": "",
+    "icons": [
+        {
+            "src": "/images/favicon/android-chrome-192x192.png",
+            "sizes": "192x192",
+            "type": "image/png"
+        },
+        {
+            "src": "/images/favicon/android-chrome-512x512.png",
+            "sizes": "512x512",
+            "type": "image/png"
+        }
+    ],
+    "theme_color": "#ffffff",
+    "background_color": "#ffffff",
+    "display": "standalone"
+}