summary refs log tree commit diff
path: root/client/public/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/public/manifest.json')
-rw-r--r--client/public/manifest.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/client/public/manifest.json b/client/public/manifest.json
new file mode 100644
index 0000000..37e0ec8
--- /dev/null
+++ b/client/public/manifest.json
@@ -0,0 +1,19 @@
+{
+  "name": "sho.rest",
+  "short_name": "sho.rest",
+  "icons": [
+    {
+      "src": "/android-chrome-192x192.png",
+      "sizes": "192x192",
+      "type": "image/png"
+    },
+    {
+      "src": "/android-chrome-512x512.png",
+      "sizes": "512x512",
+      "type": "image/png"
+    }
+  ],
+  "theme_color": "#ffffff",
+  "background_color": "#ffffff",
+  "display": "standalone"
+}
\ No newline at end of file