mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
fix site.webmanifest file to match site theme
This commit is contained in:
parent
bbc65d85de
commit
9ffd72be6e
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue