mirror of
https://github.com/anatolykopyl/pwa-question.git
synced 2026-03-26 04:45:01 +00:00
11 lines
244 B
JavaScript
11 lines
244 B
JavaScript
module.exports = {
|
|
pwa: {
|
|
name: 'pwa',
|
|
themeColor: '#35A9C2',
|
|
msTileColor: '#35A9C2',
|
|
appleMobileWebAppCapable: 'yes',
|
|
appleMobileWebAppStatusBarStyle: 'black-translucent',
|
|
workboxPluginMode: 'InjectManifest',
|
|
},
|
|
};
|