au2001 / icloud-passwords-firefox

Firefox extension which lets you use your passwords stored on iCloud Keychain®.
https://addons.mozilla.org/en-US/firefox/addon/icloud-passwords/
Apache License 2.0
76 stars 5 forks source link

Chrome-based browsers support #11

Open au2001 opened 8 months ago

au2001 commented 8 months ago

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.

au2001 commented 7 months ago

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 https://github.com/aurelien-garnier/icloud-passwords-firefox/issues/16#issuecomment-1802204552