mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-02-01 14:29:40 +00:00
18 lines
434 B
JavaScript
18 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...
|
||
|
// }
|
||
|
}
|
||
|
}
|