Skip to content

Commit

Permalink
chore: adjust pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
fxzer committed Apr 2, 2024
1 parent 44318d0 commit 136c88d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,26 @@ export default defineConfig(({ _, mode }) => {
icons: [
{
src: '/json-viewer/logo_512.png',
type: 'img/png',
type: 'image/png',
sizes: '512x512',
purpose: 'any',
},
{
src: '/json-viewer/logo_192.png',
type: 'img/png',
type: 'image/png',
sizes: '192x192',
purpose: 'maskable',
},
{
src: '/json-viewer/logo_144.png',
type: 'img/png',
type: 'image/png',
sizes: '144x144',
form_factor: 'wide',
purpose: 'maskable',
},
{
src: '/json-viewer/logo_144.png',
type: 'image/png',
sizes: '144x144',
form_factor: 'wide',
purpose: 'any',
Expand Down

0 comments on commit 136c88d

Please sign in to comment.