From d0648b5006eeeb030fbfc2a9c66cce40b13633c2 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Wed, 24 Mar 2021 21:49:24 +0100 Subject: [PATCH] Updated favicon manifest. --- public/img/favicon/manifest.webmanifest | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/public/img/favicon/manifest.webmanifest b/public/img/favicon/manifest.webmanifest index b22c5073..dca8a9ad 100644 --- a/public/img/favicon/manifest.webmanifest +++ b/public/img/favicon/manifest.webmanifest @@ -1,6 +1,9 @@ { - "icons": [ - { "src": "/img/favicon/favicon-192.png", "type": "image/png", "sizes": "192x192" }, - { "src": "/img/favicon/favicon-512.png", "type": "image/png", "sizes": "512x512" } - ] + "icons": [ + { "src": "/img/favicon/favicon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/img/favicon/favicon-512.png", "type": "image/png", "sizes": "512x512" } + ], + "theme_color": "#ff2288", + "background_color": "#ff2288", + "display": "standalone" }