Updated webmanifest to have PWA as fullscreen.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-02-20 00:13:48 +02:00
parent ba418cb0e7
commit ed058914b5

View file

@ -512,5 +512,8 @@
"description": "Open Source kanban with MIT license", "description": "Open Source kanban with MIT license",
"dir": "auto", "dir": "auto",
"scope": "https://boards.wekan.team", "scope": "https://boards.wekan.team",
"prefer_related_applications": false "prefer_related_applications": false,
"display_override": [
"fullscreen"
]
} }