Codecode Review for GitLab Firefox

Examine source code of Codecode Review for GitLab

Inspect and view changes in Codecode Review for GitLab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Codecode Review for GitLab",
  "description": "Adds more features to GitLab code reviews",
  "version": "2026.4.18.0",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "resources/web/img/*"
  ],
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    },
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gitlab_extension@jevgenij.eu"
    }
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications",
    "https://jevgenij.eu/*",
    "https://www.google-analytics.com/*"
  ]
}

Best Codecode Review for GitLab Alternatives

Here are some Firefox add-ons that are similar to Codecode Review for GitLab: