movmaker-webui/_pwa_head.php

8 lines
450 B
PHP

<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">