From b5aa42fc28ed3493c1b603b9cc304de13bc39b28 Mon Sep 17 00:00:00 2001 From: Agneev Mukherjee <19761269+agneevX@users.noreply.github.com> Date: Fri, 26 Jun 2020 17:50:22 +0530 Subject: [PATCH] Update index.html --- client/public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/public/index.html b/client/public/index.html index 5770a133..9157a972 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -6,6 +6,9 @@ <meta name="theme-color" content="#000000"> <meta name="google" content="notranslate"> <meta http-equiv="x-dns-prefetch-control" content="off"> + <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="default"> <link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon-180x180.png" /> <link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#67B279"> <link rel="icon" type="image/png" href="assets/favicon.png" sizes="48x48">