mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-28 16:31:07 -04:00
Short name added.
This commit is contained in:
@ -5,6 +5,9 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
pwa: {
|
pwa: {
|
||||||
name: 'Serverless Invoices',
|
name: 'Serverless Invoices',
|
||||||
|
manifestOptions: {
|
||||||
|
short_name: 'Invoices',
|
||||||
|
}
|
||||||
themeColor: '#edeff1',
|
themeColor: '#edeff1',
|
||||||
appleMobileWebAppCapable: 'yes',
|
appleMobileWebAppCapable: 'yes',
|
||||||
workboxPluginMode: 'GenerateSW',
|
workboxPluginMode: 'GenerateSW',
|
||||||
|
|||||||
Reference in New Issue
Block a user