Skip to content

Commit

Permalink
docs: update example code (#4987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Moliner authored and NataliaTepluhina committed Dec 22, 2019
1 parent 7bc3cd7 commit 9e73907
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/core-plugins/pwa.md
Expand Up @@ -117,6 +117,13 @@ module.exports = {
msTileColor: '#000000',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',

// configure the manifest options
manifestOptions: {
display: 'landscape',
background_color: '#42B883'
// ...other Manifest options...
},

// configure the workbox plugin
workboxPluginMode: 'InjectManifest',
Expand Down

0 comments on commit 9e73907

Please sign in to comment.