From 316ce0d7e96e1c94de4a321886cb9f9c29ef3c6b Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Mon, 26 Jan 2026 05:08:17 +0000
Subject: [PATCH] Remove duplicate manifest link and consolidate PWA
configuration
- Removed redundant `` from index.html
- Deleted unused `public/assets/favicons/site.webmanifest`
- Updated `public/manifest.json` with correct `theme_color` (#ffffff) and `display` (standalone) settings
- Synced `package-lock.json` name with `package.json`
---
index.html | 1 -
package-lock.json | 4 +-
public/assets/favicons/site.webmanifest | 55 -------------------------
public/manifest.json | 4 +-
4 files changed, 4 insertions(+), 60 deletions(-)
delete mode 100644 public/assets/favicons/site.webmanifest
diff --git a/index.html b/index.html
index 24304ba3..fdf1ccd4 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,6 @@
sizes="192x192"
href="/assets/favicons/android-chrome-192x192.png"
/>
-