Skip to content

Commit

Permalink
Documented how to use theme_color_in_head
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorpad committed Dec 21, 2018
1 parent 77dc959 commit bc23cd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/add-a-manifest-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ npm install --save gatsby-plugin-manifest
start_url: "/",
background_color: "#6b37bf",
theme_color: "#6b37bf",
// Optional: If is set to false then the meta theme-color won't be added to the head of the document
// Set it to false if you want to programmatically change color schemes
// See: https://developers.google.com/web/fundamentals/web-app-manifest/#theme-color
theme_color_in_head: true,
// Enables "Add to Homescreen" prompt and disables browser UI (including back button)
// see https://developers.google.com/web/fundamentals/web-app-manifest/#display
display: "standalone",
Expand Down

0 comments on commit bc23cd3

Please sign in to comment.