Skip to content

feat: add browser-firefox target adapter for Firefox Add-ons (AMO)#3

Open
forgou37 wants to merge 1 commit intoprofullstack:masterfrom
forgou37:feat/browser-firefox
Open

feat: add browser-firefox target adapter for Firefox Add-ons (AMO)#3
forgou37 wants to merge 1 commit intoprofullstack:masterfrom
forgou37:feat/browser-firefox

Conversation

@forgou37
Copy link
Copy Markdown

Summary

Implements the planned browser-firefox target (marked 🚧 in TARGETS.md).

Changes

  • New packages/targets/browser-firefox/ adapter with full build, ship, status, and setup hooks
  • Config: extensionId, sourceDir, channel (listed/unlisted)
  • build(): runs web-ext build to package and validate manifest.json (v2/v3)
  • ship(): signs and submits via AMO JWT API using AMO_JWT_ISSUER + AMO_JWT_SECRET secrets
  • status(): returns live URL at addons.mozilla.org
  • setup(): step-by-step guide to generate AMO API credentials
  • Updates TARGETS.md: browser-firefox 🚧 → ✅

Test

cd packages/targets/browser-firefox && pnpm test

Follows the same structure as browser-chrome.

Implements the planned browser-firefox target (was 🚧 in TARGETS.md).

- Config: extensionId, sourceDir, channel (listed/unlisted)
- build(): runs web-ext build, validates manifest.json (v2/v3)
- ship(): web-ext sign + submit via AMO JWT API using AMO_JWT_ISSUER/AMO_JWT_SECRET
- status(): returns live URL at addons.mozilla.org
- setup(): steps to generate AMO API credentials

Updates TARGETS.md: browser-firefox 🚧 → ✅
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant