mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 05:38:48 +01:00
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:
parent
c7d4a90d5c
commit
8d5adc0464
28 changed files with 553 additions and 26 deletions
9
public/html_code.html
Normal file
9
public/html_code.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Wekan">
|
||||
<meta name="application-name" content="Wekan">
|
||||
<meta name="msapplication-TileColor" content="#2d89ef">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
Loading…
Add table
Add a link
Reference in a new issue