gugu / mozilla-addons-api

Mozilla Addons API

Home Page:https://www.npmjs.com/package/@plasmo-corp/mwu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mozilla Addons API

https://www.npmjs.com/package/@plasmo-corp/mwu

License:MIT License


Languages

Language:TypeScript 90.4%Language:JavaScript 9.6%