From 3f8fb6fda07f97c9fd676cff67c637c0df0f7029 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 11 Feb 2026 23:53:08 +0100 Subject: Add new icons and SVG assets for the frontend - Added icon-maskable-192.png and icon-maskable-512.png for application icons. - Introduced icon-monochrome-256.png for monochrome icon representation. - Created icon.svg for scalable vector graphics representation of the icon. --- src/frontend/app/root.tsx | 53 +++++++++++++++++++++------- src/frontend/public/icon-192.png | Bin 0 -> 2584 bytes src/frontend/public/icon-512.png | Bin 0 -> 8375 bytes src/frontend/public/icon-inverse.png | Bin 3318 -> 0 bytes src/frontend/public/icon-maskable-192.png | Bin 0 -> 2948 bytes src/frontend/public/icon-maskable-512.png | Bin 0 -> 8520 bytes src/frontend/public/icon-monochrome-256.png | Bin 0 -> 3318 bytes src/frontend/public/icon-round.png | Bin 7436 -> 0 bytes src/frontend/public/icon-splash.png | Bin 2718 -> 0 bytes src/frontend/public/icon-square.png | Bin 3901 -> 0 bytes src/frontend/public/icon.svg | 5 +++ src/frontend/public/manifest.webmanifest | 36 +++++++++++++++---- src/frontend/public/pwa-worker.js | 7 +++- 13 files changed, 81 insertions(+), 20 deletions(-) create mode 100644 src/frontend/public/icon-192.png create mode 100644 src/frontend/public/icon-512.png delete mode 100644 src/frontend/public/icon-inverse.png create mode 100644 src/frontend/public/icon-maskable-192.png create mode 100644 src/frontend/public/icon-maskable-512.png create mode 100644 src/frontend/public/icon-monochrome-256.png delete mode 100644 src/frontend/public/icon-round.png delete mode 100644 src/frontend/public/icon-splash.png delete mode 100644 src/frontend/public/icon-square.png create mode 100644 src/frontend/public/icon.svg (limited to 'src') diff --git a/src/frontend/app/root.tsx b/src/frontend/app/root.tsx index a1219ae..f58cfb0 100644 --- a/src/frontend/app/root.tsx +++ b/src/frontend/app/root.tsx @@ -38,10 +38,10 @@ export function Layout({ children }: { children: React.ReactNode }) { - - + + - + - + {children} +