From e58b453f24c8b4081361112862d29c34eb22009d Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 20 May 2020 19:52:18 +0200 Subject: port to react and better error handling in backend --- client/public/manifest.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 client/public/manifest.json (limited to 'client/public/manifest.json') 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 -- cgit 1.4.1