v0.1.1 — Docs + AMO trademark fix
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
namefromfirefox-bridgetoMCP 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.xpiwas 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
licensefield on all threepackage.jsonfiles.
Install
Same as v0.1.0 — the .xpi and its checksum are re-attached to this release below for convenience.