remove url_strategy & add flutter_icon_icons

This commit is contained in:
2024-11-26 12:12:28 +02:00
parent b082b43a6a
commit 1d89e6854a
46 changed files with 124 additions and 82 deletions

BIN
Frontend/web/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -3,30 +3,30 @@
"short_name": "MIH",
"start_url": ".",
"display": "standalone",
"background_color": "#3A4454",
"theme_color": "#3A4454",
"background_color": "#hexcode",
"theme_color": "#hexcode",
"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": "any",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/android-chrome-192x192.png",
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/android-chrome-512x512.png",
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/android-chrome-192x192.png",
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/android-chrome-512x512.png",
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"