We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc3cd7 commit 9e73907Copy full SHA for 9e73907
docs/core-plugins/pwa.md
@@ -117,6 +117,13 @@ module.exports = {
117
msTileColor: '#000000',
118
appleMobileWebAppCapable: 'yes',
119
appleMobileWebAppStatusBarStyle: 'black',
120
+
121
+ // configure the manifest options
122
+ manifestOptions: {
123
+ display: 'landscape',
124
+ background_color: '#42B883'
125
+ // ...other Manifest options...
126
+ },
127
128
// configure the workbox plugin
129
workboxPluginMode: 'InjectManifest',
0 commit comments