Bugzilla Crash Stop Firefox

Examine source code of Bugzilla Crash Stop

By: Calixte
Inspect and view changes in Bugzilla Crash Stop source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Bugzilla Crash Stop",
  "description": "This webextension inserts table with data under crash signatures to check if the patches had an effect on crash numbers.",
  "version": "0.3.2resigned1",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "bugzilla-crash-stop@calixteman"
    }
  },
  "icons": {
    "96": "icons/clouseau.png"
  },
  "homepage_url": "https://github.com/mozilla/crash-stop-addon",
  "content_scripts": [
    {
      "matches": [
        "https://bugzilla.mozilla.org/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "https://product-details.mozilla.org/*"
  ]
}

Best Bugzilla Crash Stop Alternatives

Here are some Firefox add-ons that are similar to Bugzilla Crash Stop: