Files
rune-docker/icons/webapp-meta.html
Seth Van Niekerk 0e583a14c3
All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 13s
Beginning of History
2025-10-08 15:32:03 -04:00

22 lines
917 B
HTML

<!-- iOS Web App Meta Tags -->
<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="RuneLite">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="RuneLite">
<!-- iOS Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-144x144.png">
<!-- Standard Icons -->
<link rel="icon" type="image/png" sizes="32x32" href="favicon.png">
<link rel="shortcut icon" href="favicon.ico">
<!-- Web App Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Theme Color -->
<meta name="theme-color" content="#ff6600">
<meta name="msapplication-TileColor" content="#ff6600">