summaryrefslogtreecommitdiffstats
path: root/public/browserconfig.xml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-30 06:54:48 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-30 06:54:48 +0300
commit8d5adc04645e3e71423f16869f39b8d79969bccd (patch)
tree625e815a874b79a1e29ba45a83fd490f8cbd6a28 /public/browserconfig.xml
parentc7d4a90d5cacb8dab205f122a6e2d9bca88e767b (diff)
downloadwekan-8d5adc04645e3e71423f16869f39b8d79969bccd.tar.gz
wekan-8d5adc04645e3e71423f16869f39b8d79969bccd.tar.bz2
wekan-8d5adc04645e3e71423f16869f39b8d79969bccd.zip
Install Wekan to mobile homescreen icon and use fullscreen PWA.
Docs at https://github.com/wekan/wekan/wiki/PWA Thanks to xet7 ! Closes #2879
Diffstat (limited to 'public/browserconfig.xml')
-rw-r--r--public/browserconfig.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/browserconfig.xml b/public/browserconfig.xml
new file mode 100644
index 00000000..a47e5a5b
--- /dev/null
+++ b/public/browserconfig.xml
@@ -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>