Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

WebExtension manifest v3 (Firefox) #2156

Open
toasted-nutbread opened this issue May 22, 2022 · 1 comment
Open

WebExtension manifest v3 (Firefox) #2156

toasted-nutbread opened this issue May 22, 2022 · 1 comment

Comments

@toasted-nutbread
Copy link
Collaborator

Firefox is moving towards supporting MV3, using a slightly different pattern than Chrome. Firefox is supporting event pages, which should allow the background page to be maintained, which addresses some of the outages of Chrome MV3's service worker.

However, since eval is no longer allowed and Firefox doesn't support sandbox pages, this will break handlebars, so a workaround will be needed for that.

https://blog.mozilla.org/addons/2022/05/18/manifest-v3-in-firefox-recap-next-steps/
#455
#1247
#2155

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant