Skip to content

PlasmoHQ/mozilla-addons-api

Repository files navigation

plasmo logo banner

See License NPM Install Follow PlasmoHQ on Twitter Watch our Live DEMO every Friday Join our Discord for support and chat about our projects typescript-action status

Mozilla Webstore Upload

A nodejs library from plasmo to publish browser add-ons to the Mozilla Firefox Add-ons Store.

Feature includes:

  • TypeScript
  • ESM (if you need cjs, file an issue)
  • Pinned dependencies, updated via renovatebot

Usage

nodejs API

import { MozillaAddonsAPI } from "@plasmohq/mozilla-addons-api"

const client = new MozillaAddonsAPI({
  extId,
  apiKey,
  apiSecret
})

await client.submit({
  filePath: zip,
  version: manifest.version
})

Acknowledgment

License

MIT 🚀 Plasmo