Files
rune-docker/icons/webapp-meta.html
Seth Van Niekerk 08b959d93e
All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 11s
Cleanup & GPU Support
2026-02-05 15:54:45 -05:00

24 lines
955 B
HTML

<!-- RuneLite iOS WebApp Support -->
<!-- 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">