Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox compatibility #429

Open
thieleju opened this issue Nov 21, 2024 · 0 comments
Open

Firefox compatibility #429

thieleju opened this issue Nov 21, 2024 · 0 comments
Labels
feature New Feature

Comments

@thieleju
Copy link
Owner

PR: #427 by @enellis

  • Migrate from CRXJS to Vite Plugin Web Extension.
  • Use webextension-polyfill instead of Chrome API.

In Manifest v3, Firefox still uses background.scripts instead of background.service_worker. To ensure compatibility with both browsers, we include both entries in the manifest file. The unsupported entry will be ignored, but may trigger a warning in developer mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature
Projects
None yet
Development

No branches or pull requests

1 participant