Skip to content

v0.1.1 — Docs + AMO trademark fix

Choose a tag to compare

@raychao-oao raychao-oao released this 01 Aug 16:10

No functional/tool changes since v0.1.0 — the extension's version number stays 0.1.0 (not bumped), so the .xpi from that release is unchanged and reused here as-is.

Changed

  • fix(extension): rename to avoid AMO trademark rejection — AMO's unlisted-signing submission rejected the manifest outright: "Add-on names cannot contain the Mozilla or Firefox trademarks." Renamed the extension's user-facing name from firefox-bridge to MCP Browser Bridge (the project/repo name, package names, and the gecko extension id are unaffected — those aren't the AMO-facing display name the trademark check applies to). This fix landed before the v0.1.0 .xpi was signed, so that asset already reflects it.
  • docs: add README — the repo had no README since going public. Covers the why, architecture, tool list, and install steps (extension, native host, MCP server registration).
  • docs: add MIT license — the repo had no LICENSE, meaning default all-rights-reserved copyright despite the intent being open source. Added MIT, matching this account's other projects, plus a license field on all three package.json files.

Install

Same as v0.1.0 — the .xpi and its checksum are re-attached to this release below for convenience.