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 was archived by the owner on Oct 14, 2020. It is now read-only.
We are currently bundling the WEEs together with the study add-ons. Pros with bundled WEEs:
Not have to co-install two extensions at once in order to ship studies via Normandy
The study add-on gets access to the bundled WEE API, which may be more secure.
Ordinary extension tooling (like web-ext) works out of the box (not sure if web-ext can co/pre-install standalone WEEs for instance)
On the flip side, if we use standalone web extension experiments we will no longer be affected by the limitations of bundled WEEs, especially regarding the ability to listen to study add-on uninstall events properly (#194)
We are currently bundling the WEEs together with the study add-ons. Pros with bundled WEEs:
On the flip side, if we use standalone web extension experiments we will no longer be affected by the limitations of bundled WEEs, especially regarding the ability to listen to study add-on uninstall events properly (#194)