Short name added.

This commit is contained in:
HenriT
2021-04-19 14:48:35 +03:00
parent 62a7817b16
commit 22d2e6f630

View File

@ -5,6 +5,9 @@ module.exports = {
],
pwa: {
name: 'Serverless Invoices',
manifestOptions: {
short_name: 'Invoices',
}
themeColor: '#edeff1',
appleMobileWebAppCapable: 'yes',
workboxPluginMode: 'GenerateSW',