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
This extension uses ManifestV3 so it can easily be ported to Chrome.
The official Apple extension works well on Chrome, but having another option with different UX and features could be useful.
The text was updated successfully, but these errors were encountered:
The polyfill shouldn't be needed on Firefox, it is installed only for the extension to be compatible as-is on Chrome (just by changing background.scripts to background.service_worker in meta/manifest.json). Two separate bundles could be generated instead. One for Firefox without the polyfill, and another for Chrome with the polyfill and edited manifest.
Originally posted by @aurelien-garnier in #16 (comment)
This extension uses ManifestV3 so it can easily be ported to Chrome.
The official Apple extension works well on Chrome, but having another option with different UX and features could be useful.
The text was updated successfully, but these errors were encountered: