Github issue clone Firefox

Examine source code of Github issue clone

Inspect and view changes in Github issue clone source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Github issue clone",
  "version": "1.2.1",
  "description": "Clone issues definitions",
  "icons": {
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*/*/issues*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "GitHubIssueClone@miguel.svq",
      "strict_min_version": "109.0"
    }
  }
}

Best Github issue clone Alternatives

Here are some Firefox add-ons that are similar to Github issue clone: