Skip to content

Commit

Permalink
📱🍎 feat: PWA on iOS (danny-avila#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegovic authored Jan 20, 2024
1 parent a7e364b commit ce9d0d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="theme-color" content="#343541">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>LibreChat</title>
<link
rel="shortcut icon"
Expand All @@ -20,6 +21,10 @@
type="image/png"
sizes="16x16"
href="/assets/favicon-16x16.png"
/>
<link
rel="apple-touch-icon"
href="/assets/apple-touch-icon-180x180.png"
/>
<meta
name="viewport"
Expand Down
Binary file added client/public/assets/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8" />
<meta name="theme-color" content="#343541">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>LibreChat</title>
<link
rel="shortcut icon"
Expand All @@ -22,6 +23,10 @@
sizes="16x16"
href="/assets/favicon-16x16.png"
/>
<link
rel="apple-touch-icon"
href="/assets/apple-touch-icon-180x180.png"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1"
Expand Down

0 comments on commit ce9d0d5

Please sign in to comment.