Skip to content

Commit

Permalink
chore(docs): Add note about icon_options (#28363)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Nov 30, 2020
1 parent 92742df commit 4c4e8e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/gatsby-plugin-manifest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ module.exports = {
display: `standalone`,
icon: `src/images/icon.png`,
icon_options: {
// For all the options available, please see the additional resources below.
// For all the options available,
// please see the section "Additional Resources" below.
purpose: `any maskable`,
},
},
Expand Down Expand Up @@ -444,7 +445,7 @@ Internet Explorer is the only other major browser that doesn't support the web a
This article from the Chrome DevRel team is a good intro to the web app
manifest — https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/

For more information, see the [W3C specification](https://www.w3.org/TR/appmanifest/), [Mozilla documentation](https://developer.mozilla.org/en-US/docs/Web/Manifest) or [Web.Dev guide](https://web.dev/add-manifest/).
For more information, see the [W3C specification](https://www.w3.org/TR/appmanifest/), [Mozilla documentation](https://developer.mozilla.org/en-US/docs/Web/Manifest) or [Web.Dev guide](https://web.dev/add-manifest/). More information about `icon_options` can be found in [this Web.Dev guide](https://web.dev/maskable-icon/).

### Plugin options validation

Expand Down

0 comments on commit 4c4e8e8

Please sign in to comment.