diff --git a/packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js b/packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js index 6441e320136c7..7b4a3a5c499c1 100644 --- a/packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js +++ b/packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js @@ -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.`)