-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Ref:
- https://issues.chromium.org/issues/40556351
- https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Chrome_incompatibilities
The extension currently explicitly uses the chrome namespace to access the WebExtensions API. While the sub-namespaces and methods in there are agnostic to all major browsers (at least since Chrome MV3), using the standard browser namespace is much preferred to maximize compatibility.
The hope is that we can either:
- Switch the namespace to
browserentirely, or - Stub the
browsernamespace with eitherchromeorbrowserdepending on the environment
Feedback and concerns are welcome
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request