GitlabProtect Firefox

Examine source code of GitlabProtect

By: Daklon
Inspect and view changes in GitlabProtect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitlabProtect",
  "version": "1.0.2",
  "author": "Javier Herrera",
  "description": "locks the merge button if you aren't the author",
  "incognito": "not_allowed",
  "icons": {
    "48": "icons/GitlabProtect-on-48.png"
  },
  "browser_action": {
    "default_icon": "icons/GitlabProtect-on-48.png",
    "default_title": "GitlabProtect",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "gitlabProtect.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gitlabprotect@gitlabprotect.com"
    }
  }
}

Best GitlabProtect Alternatives

Here are some Firefox add-ons that are similar to GitlabProtect: