You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: