Skip to content

Commit

Permalink
feat: implement PWA functionality with vite-plugin-pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakbar-deriv committed Jan 6, 2025
1 parent 632abea commit 873e5bb
Show file tree
Hide file tree
Showing 6 changed files with 2,502 additions and 66 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
<link rel="icon" type="image/png" href="/src/assets/deriv-favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Copy Trading</title>
<meta name="description" content="Copy trading application for Deriv" />
<meta name="theme-color" content="#ff444f" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="Copy Trading" />
<link rel="apple-touch-icon" href="/src/assets/deriv-favicon.png" />
<script>
// Redirect to hash router if accessing root without hash and no query params
(function() {
Expand Down
Loading

0 comments on commit 873e5bb

Please sign in to comment.