@plasmo-corp/mwu
TypeScript icon, indicating that this package has built-in type declarations

2.2.2 • Public • Published

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 { MozillaWebstoreClient } from "@plasmo-corp/mwu"

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

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

Acknowledgment

License

MIT 🚀 Plasmo

Package Sidebar

Install

npm i @plasmo-corp/mwu

Weekly Downloads

480

Version

2.2.2

License

MIT

Unpacked Size

7.93 kB

Total Files

5

Last publish

Collaborators

  • louisgv