GitLab conventional comments button Firefox

Examine source code of GitLab conventional comments button

By: Yoric
Inspect and view changes in GitLab conventional comments button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "version": "0.0.4",
  "manifest_version": 3,
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://conventionalcomments.org/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "conventional-comments-button@gitlab.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://gitlab.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gitlab.com/*"
      ],
      "js": [
        "src/inject/inject.js"
      ],
      "css": [
        "src/inject/inject.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best GitLab conventional comments button Alternatives

Here are some Firefox add-ons that are similar to GitLab conventional comments button: