Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 2.37 KB

README.md

File metadata and controls

64 lines (50 loc) · 2.37 KB

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