Fix favicon PWA compatibility
This commit is contained in:
@@ -19,17 +19,20 @@
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
||||
<meta name="description" content="A new Flutter project.">
|
||||
<meta name="description" content="Bi-Weekly Menu">
|
||||
|
||||
<!-- iOS meta tags & icons -->
|
||||
<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="IIITB Menu">
|
||||
<link rel="apple-touch-icon" href="icons/favicon-96x96.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/ico" href="favicon.ico" />
|
||||
|
||||
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
|
||||
<title>iiitb_menu</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user