BattleWords / pwa-head-inject.html
Surn's picture
0.2.29
ffe26fc
raw
history blame contribute delete
457 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="BattleWords">
<link rel="apple-touch-icon" href="/app/static/icon-192.png">
<meta name="mobile-web-app-capable" content="yes">