We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d20a5 commit 7e214b6Copy full SHA for 7e214b6
frontend/nuxt.config.ts
@@ -151,22 +151,26 @@ export default defineNuxtConfig({
151
categories: ['business'],
152
theme_color: '#ffffff',
153
background_color: '#ffffff',
154
+ display: 'standalone',
155
+ orientation: 'any',
156
icons: [
157
{
158
src: 'icons/pickaxe-192-192.png',
159
sizes: '192x192',
160
type: 'image/png',
161
+ purpose: 'any',
162
},
163
164
src: 'icons/pickaxe-512-512.png',
165
sizes: '512x512',
166
167
+ purpose: 'any'
168
169
170
171
172
- purpose: 'any maskable',
173
+ purpose: 'maskable',
174
175
],
176
0 commit comments