mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
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:
parent
1dea1bd09d
commit
ca5a579e22
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue