Search notes:

mozprofile

mozprofile is a Python tool for creating and managing profiles for Mozilla’s applications (Firefox, Thunderbird, etc.). In addition to creating profiles, mozprofile can install addons and set preferences. Mozprofile can be utilized from the command line or as an API.

Installing mozprofile

Because mozprofile is Python module, Python must be first installed.
With a Python installation, mozprofile can be installed with pip:
pip install mozprofile
Andrew Halberstadt recommends using virtualenv.

Links

https://firefox-source-docs.mozilla.org/mozbase/mozprofile.html

Index