Passwords API support in WebExtensions

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:

https://bugzilla.mozilla.org/show_bug.cgi?id=1324919

@theGrowingNoise have you followed the bug, seems something is coming