Merge pull request #93 from multica-ai/NevilleQingNY/fix-web-pwa-icons

fix(web): replace PWA icons with full-bleed versions to fix iOS white border
This commit is contained in:
Naiyuan Qing 2026-02-05 14:49:20 +08:00 committed by GitHub
commit be35dd4f7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 2 additions and 1 deletions

BIN
apps/web/app/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 233 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Before After
Before After

View file

@ -33,7 +33,7 @@ export const metadata: Metadata = {
title: "Multica",
},
icons: {
apple: "/logo-192x192.png",
apple: "/apple-touch-icon.png",
},
};

View file

@ -17,6 +17,7 @@ export default function manifest(): MetadataRoute.Manifest {
src: "/logo-192x192.png",
sizes: "192x192",
type: "image/png",
purpose: "any",
},
{
src: "/logo-512x512.png",

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Before After
Before After