DCO GitHub UI Firefox

Examine source code of DCO GitHub UI

Inspect and view changes in DCO GitHub UI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DCO GitHub UI",
  "version": "1.1.0",
  "description": "DCO signoff for GitHub UI",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/dco-gh-ui-16.png",
    "32": "images/dco-gh-ui-32.png",
    "48": "images/dco-gh-ui-48.png",
    "96": "images/dco-gh-ui-96.png",
    "128": "images/dco-gh-ui-128.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://github.com/*"
      ]
    }
  ]
}

Best DCO GitHub UI Alternatives

Here are some Firefox add-ons that are similar to DCO GitHub UI: