dumpzilla
dumpzilla copied to clipboard
Suggestion: show state of addon
Hi, the report doesn't display if addons are enabled or disabled in firefox. I think this would be a nice addition. Haven't figured out where I can find this though, it's not in the same .json file.
I have the impression you've already integrated this code to extract the .json.lz4 documents. https://gist.github.com/kmaglione/823aa149dcc6103b6348bd5117914105
Here is where you can find the settings of what extensions are enabled: addonStartup.json.lz4 It even adds a lot of great information that could be added to the results! Here's a snippet from one json item:
"[email protected]": {
"enabled": true,
"lastModifiedTime": 1526643926000,
"path": "[email protected]",
"signedState": 2,
"telemetryKey": "belgiumeid%40eid.belgium.be:1.0.28",
"version": "1.0.28",
"type": "webextension",
"bootstrapped": true,
"dependencies": [],
"runInSafeMode": false,
"hasEmbeddedWebExtension": false
}
So you could decide to integrate it in the addons overview (and have 2 files and 2 hashes at the intro) or you could turn it into 2 separate items.