Skip to content

Commit 9e73907

Browse files
Jorge MolinerNataliaTepluhina
Jorge Moliner
authored andcommitted
docs: update example code (#4987)
1 parent 7bc3cd7 commit 9e73907

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/core-plugins/pwa.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ module.exports = {
117117
msTileColor: '#000000',
118118
appleMobileWebAppCapable: 'yes',
119119
appleMobileWebAppStatusBarStyle: 'black',
120+
121+
// configure the manifest options
122+
manifestOptions: {
123+
display: 'landscape',
124+
background_color: '#42B883'
125+
// ...other Manifest options...
126+
},
120127
121128
// configure the workbox plugin
122129
workboxPluginMode: 'InjectManifest',

0 commit comments

Comments
 (0)