@dimension-studios/shop-browser 1.31.0-preprod-release.201 → 1.31.0-preprod-release.203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,7 +172,7 @@ CI also runs `npm run build:extension` on every pull request (`.github/workflows
|
|
|
172
172
|
On **`main-release`** only, after a successful semantic-release, CI submits the built extension to:
|
|
173
173
|
|
|
174
174
|
- **Chrome Web Store** — upload + publish via `chrome-webstore-upload-cli`
|
|
175
|
-
- **Firefox Add-ons (AMO)** — listed submission via `web-ext sign
|
|
175
|
+
- **Firefox Add-ons (AMO)** — listed submission via `web-ext sign` (submission API is default in web-ext 8+)
|
|
176
176
|
|
|
177
177
|
Preprod (`preprod-release`) still publishes GitHub Release artifacts but does **not** auto-list on stores.
|
|
178
178
|
|
|
@@ -198,7 +198,7 @@ Preprod (`preprod-release`) still publishes GitHub Release artifacts but does **
|
|
|
198
198
|
| `SHOP_BROWSER_CHROME_EXTENSION_ID` | Chrome extension ID (32-char string) |
|
|
199
199
|
| `SHOP_BROWSER_CHROME_PUBLISHER_ID` | Chrome Web Store publisher ID |
|
|
200
200
|
| `SHOP_BROWSER_CHROME_CLIENT_ID` | Google OAuth client ID |
|
|
201
|
-
| `SHOP_BROWSER_CHROME_CLIENT_SECRET` | Google OAuth client secret (
|
|
201
|
+
| `SHOP_BROWSER_CHROME_CLIENT_SECRET` | Google OAuth client secret (plain `GOCSPX-…` value from Google Cloud) |
|
|
202
202
|
| `SHOP_BROWSER_CHROME_REFRESH_TOKEN` | Google OAuth refresh token |
|
|
203
203
|
| `SHOP_BROWSER_AMO_JWT_ISSUER` | AMO JWT issuer (`user:…`) |
|
|
204
204
|
| `SHOP_BROWSER_AMO_JWT_SECRET` | AMO JWT secret |
|
package/package.json
CHANGED