From f19b7a6be579dd76b94ee93ec371c533e8b325cf Mon Sep 17 00:00:00 2001 From: ppc Date: Thu, 8 Aug 2024 22:07:29 +0100 Subject: [PATCH] set manifest icons --- aimenet-web/app/manifest.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/aimenet-web/app/manifest.ts b/aimenet-web/app/manifest.ts index aa4cded..34ef099 100644 --- a/aimenet-web/app/manifest.ts +++ b/aimenet-web/app/manifest.ts @@ -13,10 +13,15 @@ export default function manifest(): MetadataRoute.Manifest { theme_color: '#d2005b', icons: [ { - src: '/favicon.ico', - sizes: 'any', - type: 'image/x-icon', + "src": "/icon2.png", + "sizes": "192x192", + "type": "image/png" }, + { + "src": "/icon3.png", + "sizes": "512x512", + "type": "image/png" + } ], shortcuts: [ {