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 charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
<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 -->
|
<!-- iOS meta tags & icons -->
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="icon" href="Logo-001.png">
|
<link rel="icon" href="favicon.ico">
|
||||||
|
|
||||||
<title>Mzansi Innovation Hub</title>
|
<title>Mzansi Innovation Hub</title>
|
||||||
<link rel="manifest" href="manifest.json">
|
<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";
|
pdfjsLib.GlobalWorkerOptions.workerSrc = "//cdnjs.cloudflare.com/ajax/libs/pdf.js/2.11.338/pdf.worker.min.js";
|
||||||
</script>
|
</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 -->
|
<!-- Versioning -->
|
||||||
<script defer>
|
<script defer>
|
||||||
var serviceWorkerVersion = '{{flutter_service_worker_version}}';
|
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",
|
"short_name": "MIH",
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#0175C2",
|
"background_color": "#3A4454",
|
||||||
"theme_color": "#0175C2",
|
"theme_color": "#3A4454",
|
||||||
"description": "Digitising Africa one process at a time.",
|
"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",
|
"orientation": "portrait-primary",
|
||||||
"prefer_related_applications": false,
|
"prefer_related_applications": false,
|
||||||
"icons": [
|
"icons": [
|
||||||
|
|||||||