summary refs log tree commit diff
path: root/client/public/manifest.json
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2020-05-20 21:16:34 +0200
committerGitHub <noreply@github.com>2020-05-20 21:16:34 +0200
commite9f542ddc8b8230418b1e6fc1656677453ea5a10 (patch)
treeefe84fba111c308370a89fba61dd9e8548a01085 /client/public/manifest.json
parenta00a8a867cae381982c7b8b77f07836ab4a504ed (diff)
parent58abd266b0b5ec37c5d7beea37abc2babd7d504a (diff)
downloadshorest-0.2.0.tar.zst
shorest-0.2.0.zip
Merge pull request #1 from Melonai/react-port 0.2.0
React port
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