Skip to content

Commit

Permalink
🤖 feat: 192x192 Icon for Android PWA (#5966)
Browse files Browse the repository at this point in the history
* fix: Add 192x192 icon to allow the PWA to install on Android devices using Chrome.

* fix: Use less whitespace on icon-192x192.png. Re-generate maskable-icon.png and apple-touch-icon-180x180.png to be higher quality, cripser and use less kilobytes.
  • Loading branch information
DavidMaza authored Feb 22, 2025
1 parent 94a2c1f commit 96c091c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Binary file modified client/public/assets/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/assets/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/public/assets/maskable-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ export default defineConfig({
sizes: '180x180',
type: 'image/png',
},
{
src: '/assets/icon-192x192.png',
sizes: '192x192',
type: 'image/png'
},
{
src: '/assets/maskable-icon.png',
sizes: '512x512',
Expand Down

0 comments on commit 96c091c

Please sign in to comment.