Skip to content

Commit 33aa9bf

Browse files
committed
Updated README
1 parent e01da47 commit 33aa9bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Supported stores:
2525

2626
# Core packages/APIs used
2727

28-
- [Playwright](https://github.com/microsoft/playwright) - for updating extensions on Opera Add-ons store
28+
- [Playwright](https://github.com/microsoft/playwright) - for fetching the Opera cookies
2929
- [Chrome Web Store Publish API](https://developer.chrome.com/docs/webstore/using_webstore_api)
3030
- [Microsoft Edge Publish API v1.1](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/publish/api/using-addons-api)
3131
- [Firefox Add-ons Store Submission API](https://blog.mozilla.org/addons/2022/03/17/new-api-for-submitting-and-updating-add-ons/)
32+
- Opera Store API
3233

3334
# Installing
3435

@@ -151,7 +152,7 @@ web-ext-deploy --env
151152
This can be done by doing **one** of the following:
152153
- Uploading the ZIP that contains the [source code](https://www.npmjs.com/package/zip-self) to a public folder on a storage service (e.g. [Google Drive](https://drive.google.com))
153154
- Making the extension's code open source on a platform like GitHub, with clear instructions on the `README.md`, and then linking to its repository
154-
- The keys are case-insensitive, as they will be [camel-cased](https://www.npmjs.com/package/camel-case) anyway
155+
- The keys are case-insensitive, as they will be [camel-cased](https://www.npmjs.com/package/change-case) anyway
155156

156157
### Possible `.env` files
157158

0 commit comments

Comments
 (0)