From 8857b2bdf45708d4f52caf8dbf16485815492956 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Wed, 28 May 2025 20:41:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Updated=20icon=20bg=20colors=20a?= =?UTF-8?q?nd=20adjusted=20view=20metadata=20to=20disable=20zooming=20on?= =?UTF-8?q?=20mobile.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.webmanifest | 16 ++++++++-------- src/index.html | 4 +--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 7a34aa7..9901521 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -12,56 +12,56 @@ "sizes": "72x72", "type": "image/png", "purpose": "maskable any", - "background_color": "#FFFFFF" + "background_color": "transparent" }, { "src": "icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "maskable any", - "background_color": "#FFFFFF" + "background_color": "transparent" }, { "src": "icons/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "maskable any", - "background_color": "#FFFFFF" + "background_color": "transparent" }, { "src": "icons/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "maskable any", - "background_color": "#FFFFFF" + "background_color": "transparent" }, { "src": "icons/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "maskable any", - "background_color": "#FFFFFF" + "background_color": "transparent" }, { "src": "icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any", - "background_color": "#FFFFFF" + "background_color": "transparent" }, { "src": "icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable any", - "background_color": "#FFFFFF" + "background_color": "transparent" }, { "src": "icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any", - "background_color": "#FFFFFF" + "background_color": "transparent" } ] } diff --git a/src/index.html b/src/index.html index 022c205..09c8e17 100644 --- a/src/index.html +++ b/src/index.html @@ -4,12 +4,10 @@ Memory Map - + - -