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
Firefox does not support Manifest V3 manifest.json file format yet, so simple polyfill would not be sufficient. As is, extension code is fairly small so it should be easy to just introduce browser-specific code and make a simple build script. I started a related discussion "Are non-Chrome versions planned?".
Yes. If I recall correctly, we discussed building for Firefox but decided to wait until manifest v3 was supported there. We were not familiar enough with extension APIs to know what the issues might be in maintaining two versions for different browsers. I am willing to follow your lead in this.
Currently the Mozilla's webextension-polyfill is not used but if it's ever reintroduced re-add
@babel/core
package topackage.json
.This polyfill may also not behave as expected with Manifest V3.
The text was updated successfully, but these errors were encountered: