kiwix-js icon indicating copy to clipboard operation
kiwix-js copied to clipboard

Automate publishing the Edge extension in the Microsoft Store

Open Jaifroid opened this issue 2 years ago • 1 comments

Microsoft is introducing a REST API to automate publishing Edge browser extensions. See https://techcommunity.microsoft.com/t5/articles/introducing-api-to-automate-publishing-and-updating-microsoft/m-p/2654592 . The estimated date for availability is December.

Jaifroid avatar Sep 15 '21 13:09 Jaifroid

Instructions are now available on how to use this API. I believe I could create a GitHub Action that would update the extension. It would need to be triggered by the same code that creates the unsigned extension zip, or chained from it.

https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/publish/api/using-addons-api

Jaifroid avatar Aug 06 '22 11:08 Jaifroid