GitHub Social Icons Firefox

Examine source code of GitHub Social Icons

Inspect and view changes in GitHub Social Icons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Social Icons",
  "version": "1.1.0",
  "description": "Prettifies social links on GitHub profiles",
  "permissions": [
    "activeTab"
  ],
  "author": "pjpscriv",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://gist.github.com/*"
      ],
      "js": [
        "./content.js"
      ]
    }
  ],
  "icons": {
    "16": "/icons/icon_16.png",
    "48": "/icons/icon_48.png",
    "128": "/icons/icon_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/link-icons/*.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-social-icons@pjpscriv.com",
      "strict_min_version": "109.0"
    }
  }
}

Best GitHub Social Icons Alternatives

Here are some Firefox add-ons that are similar to GitHub Social Icons: