Install Wekan to mobile homescreen icon and use fullscreen PWA.

Docs at https://github.com/wekan/wekan/wiki/PWA

Thanks to xet7 !

Closes #2879
This commit is contained in:
Lauri Ojansivu 2020-04-30 06:54:48 +03:00
parent c7d4a90d5c
commit 8d5adc0464
28 changed files with 553 additions and 26 deletions

9
public/browserconfig.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#2d89ef</TileColor>
</tile>
</msapplication>
</browserconfig>