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 extension - mv3 release version #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

wesinator
Copy link
Contributor

This PR creates a new version of the extension with the firefox mv3 api, which is now released in the latest Firefox 109 stable release.
I tested this version and it works

The following changes were made to support mv3:

  • added extension id (this is required for mv3 extensions)

  • added an id property to the context menu, which is required for the menu to work in mv3

  • replaced the onclick property with chrome.contextMenus.onClicked.addListener((info, tab)), which is required for mv3 context menu click actions.

  • bump version to 0.3.0

this version will be automatically offered to firefox versions 109 and up.
the functionality is the same, and older versions of firefox will continue to use the mv2 0.0.4 release.

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.

None yet

1 participant