Skip to content

Fix incorrect icon dimensions in manifest#624

Merged
bproffitt merged 1 commit intoapache:mainfrom
sk66641:main
Feb 11, 2026
Merged

Fix incorrect icon dimensions in manifest#624
bproffitt merged 1 commit intoapache:mainfrom
sk66641:main

Conversation

@sk66641
Copy link
Copy Markdown
Contributor

@sk66641 sk66641 commented Feb 10, 2026

Description:

The issue was due to the mismatch in pixel size. The icon declared as 144×144 in manifest.json was actually 114×114, which is why chrome throws resource size warning. Since 144px is the standard requirement for Chrome and PWA compatibility, i’ve updated the image from 114px to the correct 144px.

Before:
image

After:
Screenshot From 2026-02-10 23-03-43

fixes: #596

@bproffitt bproffitt merged commit 97cc44d into apache:main Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Browser Console error while trying to use icon from the Manifest: Incorrect image dimensions

2 participants