Skip to content

Commit

Permalink
Logos: add maskable.app icons to fix logo display issues on mobile de…
Browse files Browse the repository at this point in the history
…vices
  • Loading branch information
mrdjohnson committed Nov 20, 2024
1 parent b09dc11 commit ba457b8
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions environments/pwa/pwa.vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,42 @@ export const pwaOptions: Partial<VitePWAOptions> = {
type: 'image/png',
purpose: 'any',
},
{
sizes: '48x48',
src: 'maskable_icon_x48.png',
type: 'image/png',
purpose: 'maskable',
},
{
sizes: '72x72',
src: 'maskable_icon_x72.png',
type: 'image/png',
purpose: 'maskable',
},
{
sizes: '96x96',
src: 'maskable_icon_x96.png',
type: 'image/png',
purpose: 'maskable',
},
{
sizes: '128x128',
src: 'maskable_icon_x128.png',
type: 'image/png',
purpose: 'maskable',
},
{
sizes: '192x192',
src: 'maskable_icon_x192.png',
type: 'image/png',
purpose: 'maskable',
},
{
sizes: '384x384',
src: 'maskable_icon_x384.png',
type: 'image/png',
purpose: 'maskable',
},
{
src: 'pwa-512x512.png',
sizes: '512x512',
Expand Down
Binary file added public/maskable_icon_x128.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 public/maskable_icon_x192.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 public/maskable_icon_x384.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 public/maskable_icon_x48.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 public/maskable_icon_x72.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 public/maskable_icon_x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba457b8

Please sign in to comment.