From ae32af1b06533abc24f7801d3b58927d824b71bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8?= Date: Tue, 7 Apr 2026 18:54:02 +0800 Subject: [PATCH] fix(manifest): align the `logo.png` with the icon size to resolve browser loading issues. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 诺墨 --- crates/openfang-api/static/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/openfang-api/static/manifest.json b/crates/openfang-api/static/manifest.json index 353226bc..fa230c07 100644 --- a/crates/openfang-api/static/manifest.json +++ b/crates/openfang-api/static/manifest.json @@ -7,7 +7,6 @@ "background_color": "#0a0a0f", "theme_color": "#6366f1", "icons": [ - {"src": "/logo.png", "sizes": "192x192", "type": "image/png"}, - {"src": "/logo.png", "sizes": "512x512", "type": "image/png"} + {"src": "/logo.png", "sizes": "128x128", "type": "image/png"} ] }