I have an add-on (https://addons.mozilla.org/en-US/firefox/addon/password-analyzer/) developed using the addon-sdk that makes heavy use of the passwords
api (https://developer.mozilla.org/en-US/Add-ons/SDK/High-Level_APIs/passwords). I reviewed the docs at https://developer.mozilla.org/en-US/Add-ons/WebExtensions and couldn’t find any way to interact with the password manager. Are there plans to make a similar API available in WebExtensions?
I think this is what you want:
@theGrowingNoise have you followed the bug, seems something is coming