-
|
I used |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Only the stores can create valid XPI/CRX files, since they are signed zip files, and the browsers no longer support self-signed extensions. So once you publish a version, you can download the files from the developer dashboards or using the API. That means you have to publish manually or use |
Beta Was this translation helpful? Give feedback.
-
|
There are still ways to make browsers accept self-signed extensions, or even unzipped extensions. It would be nice to get some support for that, like a way to sign the zip / make it into the crx format. |
Beta Was this translation helpful? Give feedback.
Only the stores can create valid XPI/CRX files, since they are signed zip files, and the browsers no longer support self-signed extensions.
So once you publish a version, you can download the files from the developer dashboards or using the API.
That means you have to publish manually or use
wxt submitbefore you can download the signed artifacts.