Github Org Project Link Firefox

Examine source code of Github Org Project Link

Inspect and view changes in Github Org Project Link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Github Org Project Link",
  "version": "1.1",
  "description": "Adds an additional link to github organization repositories that takes you to the organization's project pages",
  "browser_specific_settings": {
    "gecko": {
      "id": "github-org-project-link@devolotl",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/kanban.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*",
        "*://github.com/*"
      ],
      "js": [
        "github-org-project-link.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/kanban.png"
  ]
}

Best Github Org Project Link Alternatives

Here are some Firefox add-ons that are similar to Github Org Project Link: