@plasmohq/mozilla-addons-api
TypeScript icon, indicating that this package has built-in type declarations

2.7.1 • Public • Published

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

Package Sidebar

Install

npm i @plasmohq/mozilla-addons-api

Weekly Downloads

703

Version

2.7.1

License

MIT

Unpacked Size

26.3 kB

Total Files

6

Last publish

Collaborators

  • stayfun_
  • louisgv