Better Github CI colors Firefox

Examine source code of Better Github CI colors

Inspect and view changes in Better Github CI colors source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Better Github CI colors",
  "version": "1.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c102f61-f998-4ed6-9b5f-f501baebb816}"
    }
  },
  "description": "Color and sort Github CI jobs based on their status. I.e., failed jobs are red and in the start of the list.",
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "css": [
        "better-github-ci.css"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "web_accessible_resources": [
    "better-github-ci.css"
  ]
}

Best Better Github CI colors Alternatives

Here are some Firefox add-ons that are similar to Better Github CI colors: