From 8c107ffdfca7a8a01f412914570450e0275b029d Mon Sep 17 00:00:00 2001 From: CrispyBaguette Date: Sun, 12 Dec 2021 18:39:36 +0100 Subject: [PATCH] fix index --- client/public/index.html | 7 +++++-- client/public/site.webmanifest | 20 +++++++++++++++++++- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/client/public/index.html b/client/public/index.html index 82f35d7..a8aa323 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -9,8 +9,11 @@ name="description" content="Web site created using create-react-app" /> - - + + Palette Switcher diff --git a/client/public/site.webmanifest b/client/public/site.webmanifest index 45dc8a2..fa99de7 100644 --- a/client/public/site.webmanifest +++ b/client/public/site.webmanifest @@ -1 +1,19 @@ -{"name":"","short_name":"","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 +{ + "name": "", + "short_name": "", + "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" +}