From 99bb0f6922ce894b3c11386e02394708f1d63347 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sun, 1 Jun 2025 21:06:45 +0200 Subject: [PATCH] feat: update manifest --- public/manifest.json | 10 ++++++++++ public/site.webmanifest | 12 ++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index ef11092..28cdb47 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,9 +2,19 @@ "name": "Ayo Ayco", "short_name": "Ayo Ayco", "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, { "src": "touch-icon-large.png", "sizes": "500x500" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" } ], "background_color": "#ffffff", diff --git a/public/site.webmanifest b/public/site.webmanifest index fa99de7..28cdb47 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,19 +1,23 @@ { - "name": "", - "short_name": "", + "name": "Ayo Ayco", + "short_name": "Ayo Ayco", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, + { + "src": "touch-icon-large.png", + "sizes": "500x500" + }, { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } ], - "theme_color": "#ffffff", "background_color": "#ffffff", - "display": "standalone" + "theme_color": "#3054bf", + "display": "fullscreen" }