Conventional Comments Firefox

Examine source code of Conventional Comments

Inspect and view changes in Conventional Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Conventional Comments",
  "version": "1.0.0",
  "description": "Autocomplete picker for Conventional Comments labels and decorations in GitHub and GitLab MR/PR comment boxes.",
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "optional_host_permissions": [
    "https://*/*"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://gitlab.com/*"
  ],
  "options_page": "options.html",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Conventional Comments",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lifeistoodeep.dev@gmail.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "has_previous_consent": false
      }
    }
  }
}

Best Conventional Comments Alternatives

Here are some Firefox add-ons that are similar to Conventional Comments: