GitHub Issue Link Status Firefox

Examine source code of GitHub Issue Link Status

Inspect and view changes in GitHub Issue Link Status source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub Issue Link Status",
  "version": "25.3.18",
  "manifest_version": 3,
  "description": "Colorize issue and PR links to see their status (open, closed, merged)",
  "author": "Federico Brigante",
  "homepage_url": "https://github.com/fregante/github-issue-link-status",
  "minimum_chrome_version": "130",
  "icons": {
    "128": "icon.1b1c9689.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "issue-link-status@bfred.it",
      "strict_min_version": "130.0"
    }
  },
  "background": {
    "scripts": [
      "background.58300c53.js"
    ],
    "service_worker": "background.a03990c5.js"
  },
  "action": {
    "default_icon": "icon.1b1c9689.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab"
  ],
  "host_permissions": [
    "https://api.github.com/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "options_ui": {
    "page": "options.9663f5bf.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "github-issue-link-status.cda3dd13.js"
      ],
      "css": [
        "github-issue-link-status.8ac75d91.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "resources": [
        "github-issue-link-status.814054cf.svg",
        "github-issue-link-status.fb99cacb.svg",
        "github-issue-link-status.747dafc8.svg",
        "github-issue-link-status.2c6c400b.svg",
        "github-issue-link-status.1215d204.svg",
        "github-issue-link-status.1e7affe7.svg",
        "github-issue-link-status.90a1fcba.svg"
      ]
    }
  ]
}

Best GitHub Issue Link Status Alternatives

Here are some Firefox add-ons that are similar to GitHub Issue Link Status: