Skip to content

Add Firefox support#6

Open
d10n wants to merge 1 commit into
Mintplex-Labs:mainfrom
d10n:firefox-support
Open

Add Firefox support#6
d10n wants to merge 1 commit into
Mintplex-Labs:mainfrom
d10n:firefox-support

Conversation

@d10n

@d10n d10n commented Apr 7, 2026

Copy link
Copy Markdown
  • Tested working in both Firefox and Chromium
  • contentScript.js moved to src to transform the import
  • "strict_min_version": "109.0" because that's when Firefox officially supported Manifest V3
  • vite-plugin-web-extension needs paths relative to the vite root
  • The gecko extension id is what I might expect the official id to be when it's published
  • Possible future idea: replace build system with wxt, which might simplify things?

Fixes #1

* Tested working in both Firefox and Chromium
* contentScript.js moved to src to transform the import
* "strict_min_version": "109.0" because that's when Firefox officially
  supported Manifest V3
* vite-plugin-web-extension needs paths relative to the vite root
* The gecko extension id is what I might expect the official id to be
  when it's published
* Possible future idea: replace build system with wxt, which might
  simplify things?
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.

[FEAT]: Firefox version

1 participant