Skip to content

Commit

Permalink
support for oauth2 field in mv3 (#8037)
Browse files Browse the repository at this point in the history
  • Loading branch information
itslooklike committed May 3, 2022
1 parent 4ae1b89 commit 8d792d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/transformers/webextension/src/schema.js
Expand Up @@ -406,6 +406,14 @@ const commonProps = {
additionalProperties: false,
},
version_name: string,
oauth2: {
type: 'object',
properties: {
client_id: string,
scopes: arrStr,
},
additionalProperties: false,
},
};

export const MV3Schema = ({
Expand Down

0 comments on commit 8d792d4

Please sign in to comment.