Skip to content

Commit a3dccb0

Browse files
author
Plasmo G.A.T Deployer
committed
Updates
1 parent d5794ba commit a3dccb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

keys.schema.json

+5
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@
136136
"accessTokenUrl": {
137137
"type": "string",
138138
"description": "You can find your access token URL by visiting the Microsoft Partner Center: https://partner.microsoft.com/en-us/dashboard/microsoftedge/publishapi"
139+
},
140+
"uploadOnly": {
141+
"type": "boolean",
142+
"description": "Only upload the extension, do not publish it. Defaults to false",
143+
"default": false
139144
}
140145
},
141146
"required": ["productId", "clientId", "clientSecret", "accessTokenUrl"]

0 commit comments

Comments
 (0)