Align frontend with VitePWA webmanifest requirements
This commit is contained in:
parent
4e7a0d5734
commit
7e53ee54e8
17 changed files with 79 additions and 1 deletions
|
|
@ -28,6 +28,23 @@ export default defineConfig(({ mode }) => ({
|
|||
enabled: true,
|
||||
type: 'module',
|
||||
navigateFallback: 'index.html'
|
||||
},
|
||||
manifest: {
|
||||
name: 'Funkwhale',
|
||||
short_name: 'Funkwhale',
|
||||
description: 'TODO',
|
||||
icons: [
|
||||
{
|
||||
src: 'android-chrome-192x192.png',
|
||||
sizes: '192x192',
|
||||
type: 'image/png'
|
||||
},
|
||||
{
|
||||
src: 'android-chrome-512x512.png',
|
||||
sizes: '512x512',
|
||||
type: 'image/png'
|
||||
}
|
||||
]
|
||||
}
|
||||
})
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue