We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e15f5 commit b50306bCopy full SHA for b50306b
1 file changed
nuxt.config.ts
@@ -161,6 +161,30 @@ export default defineNuxtConfig({
161
description: 'A fast, modern browser for the npm registry',
162
theme_color: '#0a0a0a',
163
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
174
175
176
+ src: 'pwa-512x512.png',
177
+ sizes: '512x512',
178
179
+ purpose: 'any',
180
181
182
+ src: 'maskable-icon-512x512.png',
183
184
185
+ purpose: 'maskable',
186
187
+ ],
188
},
189
190
0 commit comments