diff --git a/vue.config.js.example b/vue.config.js.example index 183085b..5a8c40b 100644 --- a/vue.config.js.example +++ b/vue.config.js.example @@ -5,6 +5,9 @@ module.exports = { ], pwa: { name: 'Serverless Invoices', + manifestOptions: { + short_name: 'Invoices', + } themeColor: '#edeff1', appleMobileWebAppCapable: 'yes', workboxPluginMode: 'GenerateSW',