Skip to content

Commit

Permalink
ci,build: add stores.keys.example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lnoss committed Dec 20, 2023
1 parent 6d26863 commit b117f1b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions stores.keys.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/plasmo-corp/bpp/v3/keys.schema.json",
"chrome": {
"zip": "chromium-addon-{version}.zip",
"clientId": "aaa-bbb-cccc.apps.googleusercontent.com",
"clientSecret": "abcD1abcD2abcD3abcD4",
"refreshToken": "dcbA1dcbA2dcbA3dcbA4",
"extId": "kdibhchppeokcmdamhekocbnkjkodoii"
},
"firefox": {
"file": "firefox-addon-{version}.zip",
"extId": "6def1df3-6313-4648-a6ca-945b92aba510",
"apiKey": "user:111111111",
"apiSecret": "abcD1abcD2abcD3abcD4dcbA1dcbA2dcbA3dcbA4"
}
}

0 comments on commit b117f1b

Please sign in to comment.