Skip to content

Commit

Permalink
Add "key" and "update_url" to webextension manifest schema (#8043)
Browse files Browse the repository at this point in the history
  • Loading branch information
private-face committed May 4, 2022
1 parent 019b7cb commit 9556a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/transformers/webextension/src/schema.js
Expand Up @@ -94,6 +94,8 @@ const commonProps = {
properties: {},
},
},
key: string,
update_url: string,
chrome_settings_overrides: {
type: 'object',
properties: {
Expand Down

0 comments on commit 9556a22

Please sign in to comment.