Gitlab MR Helper Firefox

Examine source code of Gitlab MR Helper

Inspect and view changes in Gitlab MR Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Add more information to the gitlab merge request list",
  "manifest_version": 3,
  "name": "Gitlab Helper",
  "version": "1.1",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "webRequest",
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*/-/merge_requests*",
        "*://*/dashboard/merge_requests*"
      ],
      "js": [
        "utils/components.js",
        "utils/components/toolbar.js",
        "utils/components/statistics.js",
        "utils/components/timeline.js",
        "utils/helpers.js",
        "utils/html.js",
        "utils/selectors.js",
        "utils/api.js",
        "content_scripts/main.js"
      ]
    }
  ],
  "action": {
    "default_icon": "icons/icon-128.png",
    "theme_icons": [
      {
        "light": "icons/icon-128.png",
        "dark": "icons/icon-128.png",
        "size": 128
      }
    ],
    "default_title": "Gitlab Helper",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "plans.spoken_0p@icloud.com",
      "strict_min_version": "101.0"
    }
  }
}

Best Gitlab MR Helper Alternatives

Here are some Firefox add-ons that are similar to Gitlab MR Helper: