File size: 457 Bytes
ffe26fc
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
<!-- 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">