PWA basic implemented (not for admin.php)

This commit is contained in:
hbrain 2026-06-06 17:12:52 +02:00
parent d7da479741
commit acc77ac17f
12 changed files with 193 additions and 1 deletions

8
_pwa_head.php Normal file
View file

@ -0,0 +1,8 @@
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#1b1e22">
<meta name="application-name" content="MVLog">
<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="MVLog">
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png">