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