From b117f1b744793a6027d0f6150866086ed8a6a54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Noss?= <74484200+lnoss@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:06:04 +0100 Subject: [PATCH] ci,build: add `stores.keys.example.json` --- stores.keys.example.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 stores.keys.example.json diff --git a/stores.keys.example.json b/stores.keys.example.json new file mode 100644 index 0000000..99043e0 --- /dev/null +++ b/stores.keys.example.json @@ -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" + } + } \ No newline at end of file