From 826c7c47785ee01d2b9267919132ada696425344 Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 20 Jan 2021 23:18:09 +0100 Subject: Remade the client in SvelteKit --- client/public/manifest.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 client/public/manifest.json (limited to 'client/public/manifest.json') diff --git a/client/public/manifest.json b/client/public/manifest.json deleted file mode 100644 index 37e0ec8..0000000 --- a/client/public/manifest.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "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