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": "",
"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"
}