Skip to content

Commit 4c4e8e8

Browse files
authored
chore(docs): Add note about icon_options (#28363)
1 parent 92742df commit 4c4e8e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/gatsby-plugin-manifest/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ module.exports = {
202202
display: `standalone`,
203203
icon: `src/images/icon.png`,
204204
icon_options: {
205-
// For all the options available, please see the additional resources below.
205+
// For all the options available,
206+
// please see the section "Additional Resources" below.
206207
purpose: `any maskable`,
207208
},
208209
},
@@ -444,7 +445,7 @@ Internet Explorer is the only other major browser that doesn't support the web a
444445
This article from the Chrome DevRel team is a good intro to the web app
445446
manifest — https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
446447

447-
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/).
448+
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/).
448449

449450
### Plugin options validation
450451

0 commit comments

Comments
 (0)