Skip to content

Commit b50306b

Browse files
committed
chore: add pwa icons
1 parent 57e15f5 commit b50306b

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,30 @@ export default defineNuxtConfig({
161161
description: 'A fast, modern browser for the npm registry',
162162
theme_color: '#0a0a0a',
163163
background_color: '#0a0a0a',
164+
icons: [
165+
{
166+
src: 'pwa-64x64.png',
167+
sizes: '64x64',
168+
type: 'image/png',
169+
},
170+
{
171+
src: 'pwa-192x192.png',
172+
sizes: '192x192',
173+
type: 'image/png',
174+
},
175+
{
176+
src: 'pwa-512x512.png',
177+
sizes: '512x512',
178+
type: 'image/png',
179+
purpose: 'any',
180+
},
181+
{
182+
src: 'maskable-icon-512x512.png',
183+
sizes: '512x512',
184+
type: 'image/png',
185+
purpose: 'maskable',
186+
},
187+
],
164188
},
165189
},
166190

0 commit comments

Comments
 (0)