cardinalby/Publish an extension on Firefox Addons Store

Deploy your WebExtension to Firefox Addons

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
uploadIdId of already existing uploadno
zipFilePathPath to zip with packed WebExtension directoryno
sourcesZipFilePathPath to zip with sources of the addonno
extensionIdId of extension which was already uploaded to Firefox Addonsyes
channelThe version channel, which determines its visibility on the site. Can be either "unlisted" or "listed"nolisted
jwtIssuerJWT issuer also called "apiKey" obtained from created credentialsyes
jwtSecretJWT secret also called "apiSecret" obtained from created credentialsyes
timeoutMsTimeout in milliseconds of waiting of uploaded extension processing by Addons serverno600000
namedescription
errorUploadIdid of upload
errorExtensionVersionextension version
sameVersionAlreadyUploadedErrortrue if failed because the version was already uploaded
validationErrortrue if failed because Add-ons validation rejected the extension
unauthorizedErrortrue if failed because of 401 Unauthorized response from API
timeoutErrortrue if failed because polling timed out according to timeoutMs input
requestThrottledErrortrue if failed because request to Add-ons API has been throttled by the server