{"library":"mozprofile","title":"mozprofile","description":"Library to create and modify Mozilla application profiles. Version 3.0.0 is the latest. Release cadence is irregular, often tied to Mozilla development cycles.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install mozprofile"],"cli":null},"imports":["from mozprofile import Profile","from mozprofile import FirefoxProfile"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from mozprofile import FirefoxProfile\nprofile = FirefoxProfile()\nprofile.set_preference('browser.startup.homepage', 'https://example.com')\nprint(profile.profile)","lang":"python","description":"Creates a Firefox profile with a custom homepage preference.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}