fix site.webmanifest file to match site theme

This commit is contained in:
John Bowdre 2024-06-29 08:17:59 -05:00
parent bbc65d85de
commit 9ffd72be6e

View file

@ -1,6 +1,6 @@
{ {
"name": "", "name": "runtimeterror",
"short_name": "", "short_name": "runtimeterror",
"icons": [ "icons": [
{ {
"src": "/icons/android-chrome-192x192.png", "src": "/icons/android-chrome-192x192.png",
@ -13,7 +13,7 @@
"type": "image/png" "type": "image/png"
} }
], ],
"theme_color": "#ffffff", "theme_color": "#090909",
"background_color": "#ffffff", "background_color": "#090909",
"display": "standalone" "display": "standalone"
} }