MR Smart Copy for Gitlab Firefox

Examine source code of MR Smart Copy for Gitlab

Inspect and view changes in MR Smart Copy for Gitlab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitLab MR Smart Copy",
  "version": "1.0",
  "description": "Adds a copy button to GitLab merge requests. Automatically copies the merge request URL and title.",
  "permissions": [
    "clipboardWrite",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gitlab.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.js"
      ],
      "matches": [
        "https://gitlab.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gitlabsmartcopymr@glaunay.fr",
      "strict_min_version": "109.0"
    }
  }
}

Best MR Smart Copy for Gitlab Alternatives

Here are some Firefox add-ons that are similar to MR Smart Copy for Gitlab: