Hey guys,
I want to create a WebExtension that will allow users to switch Firefox profile, pretty much like, user-agent-switcher. Watch how it work https://www.screencast.com/t/Zj4AkTmFfA
Either search over https://developer.mozilla.org is not good or I am too n00b, unable to find anything.
Features I would like to present;
- Display a popup with all the profiles user have
- Allow switching profile
- Persist other addon storage in currently selected profile
My basic question at the moment is, how do we access list of Firefox profiles within WebExtension?
Thanks in advance.