Mozilla WebExtensions support for Firefox Profiles

Viewed 317

I want to create a Firefox Addon using WebExtensions, that will;

  • Display user, list of already created Firefox profiles
  • Ability to switch Profile

Just like User Agent Switcher (it was built on top of Mozilla Addon SDK). Watch https://www.screencast.com/t/Zj4AkTmFfA

I am unable to find any api reference over https://developer.mozilla.org/en-US/Add-ons/WebExtensions to access profiles list or switch profile.

Not sure if Mozilla is going to remove accessing Firefox profiles from within WebExtensions like they have restricted access to Firefox preferences (about:config).

1 Answers
Related