2.2.3 • Published 2 years ago

@plasmohq/mwu v2.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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