Skip to content

Commit a5714b7

Browse files
authored
fix(gatsby-plugin-manifest): Add webapp key (#29193)
1 parent f00b929 commit a5714b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export default function pluginOptionSchema({ Joi }) {
2121
`chrome_web_store`,
2222
`play`,
2323
`itunes`,
24-
`microsoft`
24+
`microsoft`,
25+
`webapp`
2526
) //https://w3c.github.io/manifest-app-info/#platform-member
2627
.description(`The platform on which the application can be found.`)
2728

0 commit comments

Comments
 (0)