From d47b6458a889371229897d9dcfb534b496af21ed Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Wed, 4 Mar 2026 09:46:18 -0600 Subject: [PATCH] Add Zesty beacon, favicon, and web manifest Wire up sig-beacon for spatial web discovery (production only), add favicon/apple-touch-icon links to index.html, populate site.webmanifest with app metadata, and add OG/meta tags. Co-Authored-By: Claude Opus 4.6 --- index.html | 11 +++++++++++ package-lock.json | 7 +++++++ package.json | 1 + public/android-chrome-192x192.png | Bin 0 -> 22848 bytes public/android-chrome-512x512.png | Bin 0 -> 101653 bytes public/apple-touch-icon.png | Bin 0 -> 20484 bytes public/favicon-16x16.png | Bin 0 -> 571 bytes public/favicon-32x32.png | Bin 0 -> 1454 bytes public/favicon.ico | Bin 0 -> 15406 bytes public/site.webmanifest | 20 ++++++++++++++++++++ src/core/appInitializer.ts | 2 ++ src/services/beacon.ts | 21 +++++++++++++++++++++ 12 files changed, 62 insertions(+) create mode 100644 public/android-chrome-192x192.png create mode 100644 public/android-chrome-512x512.png create mode 100644 public/apple-touch-icon.png create mode 100644 public/favicon-16x16.png create mode 100644 public/favicon-32x32.png create mode 100644 public/favicon.ico create mode 100644 public/site.webmanifest create mode 100644 src/services/beacon.ts diff --git a/index.html b/index.html index 5d37b40..bdb7be4 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,17 @@ Space Game + + + + + + + + + + +