You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,11 @@ Supported stores:
25
25
26
26
# Core packages/APIs used
27
27
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
29
29
-[Chrome Web Store Publish API](https://developer.chrome.com/docs/webstore/using_webstore_api)
30
30
-[Microsoft Edge Publish API v1.1](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/publish/api/using-addons-api)
31
31
-[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
32
33
33
34
# Installing
34
35
@@ -151,7 +152,7 @@ web-ext-deploy --env
151
152
This can be done by doing **one** of the following:
152
153
- 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))
153
154
- 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
0 commit comments