Skip to content

Commit 66aea59

Browse files
authored
Update index.html
1 parent eb4c822 commit 66aea59

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

source-code/index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
6+
<meta name="theme-color" content="#10b981" />
7+
<meta name="mobile-web-app-capable" content="yes" />
8+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
9+
<meta name="apple-mobile-web-app-title" content="HackerOS" />
10+
611
<title>HackerOS App</title>
712

813
<!-- Application Icon (Favicon & WebClip) -->
9-
<link rel="icon" type="image/png" href="images/logo.png" />
10-
<link rel="apple-touch-icon" href="images/logo.png" />
14+
<!-- Added ?v=2 to force cache refresh -->
15+
<link rel="icon" type="image/png" sizes="any" href="images/logo.png?v=2" />
16+
<link rel="apple-touch-icon" href="images/logo.png?v=2" />
17+
1118
<!-- Link to Manifest for Android Icon definition -->
12-
<link rel="manifest" href="/manifest.json" />
19+
<!-- Removed leading slash to ensure relative path works in subfolders -->
20+
<link rel="manifest" href="manifest.json" />
1321

1422
<!-- Fonts -->
1523
<link rel="preconnect" href="https://fonts.googleapis.com">

0 commit comments

Comments
 (0)