🩹 fix(matrix): add mobile-web-app-capable meta tag

This commit is contained in:
Till-JS 2026-02-13 12:23:01 +01:00
parent a373784954
commit e06622af30

View file

@ -9,7 +9,8 @@
<meta name="application-name" content="Manalink" />
<meta name="description" content="Secure Matrix messaging client" />
<!-- iOS Meta Tags -->
<!-- PWA/iOS Meta Tags -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Manalink" />