Enhance PWA manifest configuration and update dependencies:
- Add custom manifest properties (`id`, `display`, `start_url`, `scope`, `orientation`, `launch_handler`). - Include `@bubblewrap/cli` dependency for improved PWA tooling integrations in `package-lock.json`.
This commit is contained in:
+9
-1
@@ -43,7 +43,15 @@ export default defineConfig({
|
||||
sizes: '512x512',
|
||||
type: 'image/png'
|
||||
}
|
||||
]
|
||||
],
|
||||
id: 'pleno-pwa-test',
|
||||
display: 'standalone',
|
||||
start_url: './',
|
||||
scope: './',
|
||||
orientation: 'portrait',
|
||||
launch_handler: {
|
||||
client_mode: 'navigate-existing',
|
||||
}
|
||||
}
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user