From 9ffd72be6e9d6e324bfd303dfd16747592ec7fb5 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 29 Jun 2024 08:17:59 -0500 Subject: [PATCH] fix site.webmanifest file to match site theme --- static/icons/site.webmanifest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/icons/site.webmanifest b/static/icons/site.webmanifest index 5b2f361..229f33d 100644 --- a/static/icons/site.webmanifest +++ b/static/icons/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "", - "short_name": "", + "name": "runtimeterror", + "short_name": "runtimeterror", "icons": [ { "src": "/icons/android-chrome-192x192.png", @@ -13,7 +13,7 @@ "type": "image/png" } ], - "theme_color": "#ffffff", - "background_color": "#ffffff", + "theme_color": "#090909", + "background_color": "#090909", "display": "standalone" }