Skip to content

Commit

Permalink
fix(gatsby-plugin-manifest): Add webapp key (#29193)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 26, 2021
1 parent f00b929 commit a5714b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js
Expand Up @@ -21,7 +21,8 @@ export default function pluginOptionSchema({ Joi }) {
`chrome_web_store`,
`play`,
`itunes`,
`microsoft`
`microsoft`,
`webapp`
) //https://w3c.github.io/manifest-app-info/#platform-member
.description(`The platform on which the application can be found.`)

Expand Down

0 comments on commit a5714b7

Please sign in to comment.