This commit is contained in:
kolaente 2021-07-25 13:35:19 +02:00
parent e4873270ed
commit e2f1e761ec
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 11 additions and 11 deletions

View File

@ -20,19 +20,19 @@ module.exports = {
{
src: './images/icons/android-chrome-192x192.png',
sizes: '192x192',
type: 'image/png'
type: 'image/png',
},
{
src: './images/icons/android-chrome-512x512.png',
sizes: '512x512',
type: 'image/png'
type: 'image/png',
},
{
src: './images/icons/icon-maskable.png',
sizes: '1024x1024',
type: 'image/png',
purpose: 'maskable'
}
purpose: 'maskable',
},
],
start_url: '.',
display: 'standalone',
@ -40,29 +40,29 @@ module.exports = {
shortcuts: [
{
name: 'Overview',
url: '/'
url: '/',
},
{
name: 'Namespaces And Lists Overview',
short_name: 'Namespaces & Lists',
url: '/namespaces'
url: '/namespaces',
},
{
name: 'Tasks Next Week',
short_name: 'Next Week',
url: '/tasks/by/week'
url: '/tasks/by/week',
},
{
name: 'Tasks Next Month',
short_name: 'Next Month',
url: '/tasks/by/month'
url: '/tasks/by/month',
},
{
name: 'Teams Overview',
short_name: 'Teams',
url: '/teams'
}
]
url: '/teams',
},
],
},
}),
],