CircleCI Build Complete Notify Firefox

Examine source code of CircleCI Build Complete Notify

By: tasinet
Inspect and view changes in CircleCI Build Complete Notify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "1.0.1",
  "manifest_version": 2,
  "name": "CircleCI Build Complete Notification",
  "description": "Get a system notification when your CircleCI job completes.",
  "content_scripts": [
    {
      "matches": [
        "https://app.circleci.com/pipelines/*"
      ],
      "js": [
        "lib/js/browser-polyfill.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "lib/js/browser-polyfill.js",
      "background.js"
    ]
  },
  "permissions": [
    "https://app.circleci.com/",
    "notifications"
  ],
  "icons": {
    "128": "img/icon.png"
  }
}

Best CircleCI Build Complete Notify Alternatives

Here are some Firefox add-ons that are similar to CircleCI Build Complete Notify: