wrdler / pwa-head-inject.html
Surn's picture
Initial Commit v0.0.1
4f625d4
raw
history blame contribute delete
452 Bytes
<!-- PWA (Progressive Web App) Meta Tags -->
<link rel="manifest" href="/app/static/manifest.json">
<meta name="theme-color" content="#165ba8">
<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="Wrdler">
<link rel="apple-touch-icon" href="/app/static/icon-192.png">
<meta name="mobile-web-app-capable" content="yes">