Skip to content

Where/how are settings stored? #3583

Closed Answered by zane-weissman
zane-weissman asked this question in Q&A
Discussion options

You must be logged in to vote

Update: I did a little more poking around the profile folder and googling and found what I was looking for.

Firefox saves extension settings in Mozilla's IDB format, which as far as I can tell is based on a SQLite database.

Someone has answered this question here on StackOverflow and developed a Python tool that can read, but not yet write to the database, and I confirmed that by passing the right parameters into this tool, I can get a dump of the settings that matches the JSON dump.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@zane-weissman
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by zane-weissman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants