From 4f8dd054b6eb310b66996de179799ab3b0470707 Mon Sep 17 00:00:00 2001 From: Hasnae Date: Sat, 14 Mar 2026 21:49:00 +1100 Subject: [PATCH 1/8] add labset logo as favicon with apple touch icons and web manifest Replace the default Vite favicon with the labset frosted dark logo. Add apple-touch-icon, web manifest, and PNG fallbacks so the logo shows when pinned to home screens on iOS and Android. Co-Authored-By: Claude Opus 4.6 (1M context) --- web/index.html | 15 ++++++++++++++- web/public/apple-touch-icon.png | Bin 0 -> 18224 bytes web/public/favicon-16x16.png | Bin 0 -> 794 bytes web/public/favicon-32x32.png | Bin 0 -> 1876 bytes web/public/favicon.svg | 1 - web/public/icon-192.png | Bin 0 -> 20446 bytes web/public/icon-512.png | Bin 0 -> 51004 bytes web/public/site.webmanifest | 20 ++++++++++++++++++++ 8 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 web/public/apple-touch-icon.png create mode 100644 web/public/favicon-16x16.png create mode 100644 web/public/favicon-32x32.png delete mode 100644 web/public/favicon.svg create mode 100644 web/public/icon-192.png create mode 100644 web/public/icon-512.png create mode 100644 web/public/site.webmanifest diff --git a/web/index.html b/web/index.html index 8b574d9..8186151 100644 --- a/web/index.html +++ b/web/index.html @@ -2,9 +2,22 @@ - Game Gallery + + + + + + + + + + + + + +