fix: installed pwa shortcuts (#2205)

This commit is contained in:
Joaquín Sánchez 2023-07-07 12:56:06 +02:00 committed by GitHub
parent cb109b49b8
commit a08d9d147c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View file

@ -29,14 +29,14 @@ export async function createI18n(): Promise<LocalizedWebManifest> {
],
}, {
name: nav.local,
url: '/',
url: '/?local-pwa-shortcut=true',
icons: [
{ src: 'shortcuts/local-96x96.png', sizes: '96x96', type: 'image/png' },
{ src: 'shortcuts/local.png', sizes: '192x192', type: 'image/png' },
],
}, {
name: nav.notifications,
url: '/notifications',
url: '/?notifications-pwa-shortcut=true',
icons: [
{ src: 'shortcuts/notifications-96x96.png', sizes: '96x96', type: 'image/png' },
{ src: 'shortcuts/notifications.png', sizes: '192x192', type: 'image/png' },