fix(manifest): align the logo.png with the icon size to resolve browser loading issues.

Signed-off-by: 诺墨 <normal@normalcoder.com>
This commit is contained in:
诺墨
2026-04-07 18:54:02 +08:00
parent d3972b23c0
commit ae32af1b06
+1 -2
View File
@@ -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"}
]
}