module.exports = { pwa: { name: 'Souvenir', themeColor: '#8420a7', msTileColor: '#212045', appleMobileWebAppCapable: 'yes', appleMobileWebAppStatusBarStyle: 'black' // // configure the workbox plugin // workboxPluginMode: 'InjectManifest', // workboxOptions: { // // swSrc is required in InjectManifest mode. // swSrc: 'dev/sw.js', // // ...other Workbox options... // } } }