mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 16:51:53 +00:00
17 lines
434 B
JavaScript
17 lines
434 B
JavaScript
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...
|
|
// }
|
|
}
|
|
}
|