Add manifest options

This commit is contained in:
root
2021-12-09 12:56:13 +05:30
parent 45b2894023
commit c932dc4f53
+3
View File
@@ -8,6 +8,9 @@ module.exports = {
msTileColor: '',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',
manifestOptions: {
display: 'fullscreen'
},
workboxOptions: {
navigateFallback: 'index.html',