Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: show state of addon #11

Open
JurgenG opened this issue Jul 13, 2018 · 1 comment
Open

Suggestion: show state of addon #11

JurgenG opened this issue Jul 13, 2018 · 1 comment

Comments

@JurgenG
Copy link

JurgenG commented Jul 13, 2018

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.

@JurgenG
Copy link
Author

JurgenG commented Jul 13, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant