Skip to content

Commit bff0a11

Browse files
committed
Fix up schema and template
1 parent 4f7260b commit bff0a11

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

keys.schema.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"type": "string",
3939
"description": "See: https://github.com/PlasmoHQ/chrome-webstore-api/blob/main/token.md"
4040
},
41+
"clientSecret": {
42+
"type": "string",
43+
"description": "See: https://github.com/PlasmoHQ/chrome-webstore-api/blob/main/token.md"
44+
},
4145
"zip": {
4246
"type": "string"
4347
},
@@ -48,7 +52,7 @@
4852
"default": "default"
4953
}
5054
},
51-
"required": ["extId", "refreshToken", "clientId"]
55+
"required": ["extId", "refreshToken", "clientId", "clientSecret"]
5256
},
5357
"Firefox": {
5458
"type": "object",

keys.template.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/plasmo-corp/bpp/v2/keys.schema.json",
33
"chrome": {
44
"clientId": "123",
5+
"clientSecret": "123",
56
"refreshToken": "789",
67
"extId": "abcd"
78
},

0 commit comments

Comments
 (0)