PWA, move to standalone (standard) to display the status bar.

Thanks to mfilser !

Related https://github.com/wekan/wekan/pull/5484
This commit is contained in:
Lauri Ojansivu 2024-08-06 22:44:51 +03:00
parent 1dea1bd09d
commit ca5a579e22
2 changed files with 4 additions and 2 deletions

View file

@ -508,7 +508,7 @@
"theme_color": "#000000",
"background_color": "#000000",
"start_url": "sign-in",
"display": "fullscreen",
"display": "standalone",
"orientation": "any",
"categories": [
"productivity"
@ -519,6 +519,6 @@
"scope": "https://boards.wekan.team",
"prefer_related_applications": false,
"display_override": [
"fullscreen"
"standalone"
]
}