Scrutinizer for GitHub and Bitbucket Firefox

Examine source code of Scrutinizer for GitHub and Bitbucket

Inspect and view changes in Scrutinizer for GitHub and Bitbucket source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scrutinizer for GitHub and Bitbucket",
  "description": "Scrutinizer analysis results inside GitHub and Bitbucket.",
  "background": {
    "scripts": [
      "js/eventPage.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "css": [
        "css/all_platforms.css",
        "css/bootstrap.scoped.css",
        "css/introjs.css"
      ],
      "js": [
        "js/github.js"
      ]
    },
    {
      "matches": [
        "https://bitbucket.org/*"
      ],
      "css": [
        "css/all_platforms.css",
        "css/bootstrap.scoped.css",
        "css/introjs.css"
      ],
      "js": [
        "js/bitbucket.js"
      ]
    },
    {
      "matches": [
        "https://scrutinizer-ci.com/*"
      ],
      "js": [
        "js/extensionCheck.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "html/settings.html",
    "default_title": "Change Settings"
  },
  "permissions": [
    "https://scrutinizer-ci.com/",
    "storage",
    "alarms"
  ],
  "applications": {
    "gecko": {
      "id": "extensions@scrutinizer-ci.com"
    }
  },
  "optional_permissions": [
    "tabs",
    "https://bitbucket.org/"
  ],
  "web_accessible_resources": [
    "images/*.png",
    "images/*.gif"
  ],
  "version": "3.1.5"
}

Best Scrutinizer for GitHub and Bitbucket Alternatives

Here are some Firefox add-ons that are similar to Scrutinizer for GitHub and Bitbucket: