mozilla / fx-private-relay-add-on

Companion add-on for Firefox Relay. Keep your email safe from hackers and trackers. Make an email alias with one click, and keep your address to yourself.
https://addons.mozilla.org/en-US/firefox/addon/private-relay
Mozilla Public License 2.0
67 stars 14 forks source link

(WIP) Prototype of Custom Setting that offsets Relay icon on email inputs to make room for other add-ons (Password Managers, etc). #523

Closed maxxcrawford closed 11 months ago

maxxcrawford commented 11 months ago

This is not feature complete and would require lots of QA across a few "supported" add-ons.

In addition to this PR, there's another angle to come from: The "management" permission (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/management)

This permission should be optional, but would allow us to detect if any other email-input add-ons were installed and update our positions accordingly. I recommend making it optional/opt-in. It's a pretty pervasive permission.