From b1b63ecad7c140042286d68f97ef8272cefd6290 Mon Sep 17 00:00:00 2001
From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com>
Date: Sun, 21 Dec 2025 04:18:33 +0000
Subject: [PATCH] Update web app settings and manifest for better compatibility
Fix deprecated meta tag and adjust manifest icon settings for improved compatibility.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 279f1558-c0e3-40e4-8217-be7e9f4c6eca
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 87a959e4-6434-4043-a1c6-8363cd2280a3
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/b984cb14-1d19-4944-922b-bc79e821ed35/279f1558-c0e3-40e4-8217-be7e9f4c6eca/wEQFUUP
Replit-Helium-Checkpoint-Created: true
---
client/index.html | 2 +-
client/public/manifest.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/client/index.html b/client/index.html
index 1237aee..58728ca 100644
--- a/client/index.html
+++ b/client/index.html
@@ -17,7 +17,7 @@
-
+
diff --git a/client/public/manifest.json b/client/public/manifest.json
index ad6d847..eca48ba 100644
--- a/client/public/manifest.json
+++ b/client/public/manifest.json
@@ -10,9 +10,9 @@
"icons": [
{
"src": "/favicon.png",
- "sizes": "192x192",
+ "sizes": "any",
"type": "image/png",
- "purpose": "any maskable"
+ "purpose": "any"
}
],
"categories": ["productivity", "utilities", "developer"],