Update Favicon and Descriptions for SEO purposes
|
Before Width: | Height: | Size: 392 KiB |
|
Before Width: | Height: | Size: 387 KiB |
|
Before Width: | Height: | Size: 793 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
BIN
Frontend/patient_manager/web/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 460 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 16 KiB |
@@ -16,7 +16,7 @@
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
||||
<meta name="description" content="Digitising Africa one process at a time.">
|
||||
<meta name="description" content="Digitizing Mzansi one process at a time. Discover essential Mzansi apps to streamline your personal and professional life. Simplify your daily tasks with our user-friendly solutions.">
|
||||
|
||||
<!-- iOS meta tags & icons -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
@@ -25,7 +25,7 @@
|
||||
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" href="Logo-001.png">
|
||||
<link rel="icon" href="favicon.ico">
|
||||
|
||||
<title>Mzansi Innovation Hub</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
@@ -127,18 +127,6 @@
|
||||
pdfjsLib.GlobalWorkerOptions.workerSrc = "//cdnjs.cloudflare.com/ajax/libs/pdf.js/2.11.338/pdf.worker.min.js";
|
||||
</script>
|
||||
|
||||
<!-- Favicon Switcher based on system theme -->
|
||||
<script defer>
|
||||
const setFavicon = () =>
|
||||
{
|
||||
const favicon = document.querySelector('link[rel="icon"]');
|
||||
favicon.href = (window.matchMedia('(prefers-color-scheme: dark)').matches)
|
||||
? 'Logo-002.png'
|
||||
: 'Logo-001.png';
|
||||
};
|
||||
setFavicon();
|
||||
</script>
|
||||
|
||||
<!-- Versioning -->
|
||||
<script defer>
|
||||
var serviceWorkerVersion = '{{flutter_service_worker_version}}';
|
||||
|
||||
|
Before Width: | Height: | Size: 8.1 MiB |
|
Before Width: | Height: | Size: 62 KiB |
@@ -3,9 +3,9 @@
|
||||
"short_name": "MIH",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#0175C2",
|
||||
"theme_color": "#0175C2",
|
||||
"description": "Digitising Africa one process at a time.",
|
||||
"background_color": "#3A4454",
|
||||
"theme_color": "#3A4454",
|
||||
"description": "Digitizing Mzansi one process at a time. Discover essential Mzansi apps to streamline your personal and professional life. Simplify your daily tasks with our user-friendly solutions.",
|
||||
"orientation": "portrait-primary",
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
|
||||