From 732ce7369344aadcd2f8d05b891bbbea9a5ca46d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 11 Feb 2026 18:47:03 +0100 Subject: feat: Add splash icon to web manifest for improved branding --- src/frontend/public/icon-splash.png | Bin 0 -> 2718 bytes src/frontend/public/manifest.webmanifest | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 src/frontend/public/icon-splash.png (limited to 'src/frontend/public') diff --git a/src/frontend/public/icon-splash.png b/src/frontend/public/icon-splash.png new file mode 100644 index 0000000..04c32ea Binary files /dev/null and b/src/frontend/public/icon-splash.png differ diff --git a/src/frontend/public/manifest.webmanifest b/src/frontend/public/manifest.webmanifest index b2953e7..9df5a44 100644 --- a/src/frontend/public/manifest.webmanifest +++ b/src/frontend/public/manifest.webmanifest @@ -16,6 +16,12 @@ ], "prefer_related_applications": false, "icons": [ + { + "src": "/icon-splash.png", + "type": "image/png", + "sizes": "any", + "purpose": "any" + }, { "src": "/icon-square.png", "sizes": "any", -- cgit v1.3