GitLab Enhancement Suite Firefox

Examine source code of GitLab Enhancement Suite

Inspect and view changes in GitLab Enhancement Suite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitLab Enhancement Suite",
  "version": "0.2.0",
  "description": "A collections of scripts that extend Gitlab functionality.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ckardaris@gitlab-enhancement-suite"
    }
  },
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "icons": {
    "256": "icons/plain.svg"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js",
        "content/utils.js",
        "content/features/feature-base.js",
        "content/features/merge-status.js",
        "content/features/review-stage.js",
        "content/features/unresolved-threads.js",
        "content/features/filter-activity.js"
      ],
      "css": [
        "content/content.css"
      ]
    }
  ]
}

Best GitLab Enhancement Suite Alternatives

Here are some Firefox add-ons that are similar to GitLab Enhancement Suite: