Fixed inverted background/theme colors in manifest

This commit is contained in:
Fabio Manganiello 2023-04-16 01:51:09 +02:00
parent d993d1c29b
commit 07b257e152
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ def manifest_route():
"scope": "",
"orientation": "portrait",
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#000000",
"theme_color": "#000000",
"background_color": "#ffffff",
}
)