Link Favicons Firefox

Examine source code of Link Favicons

Inspect and view changes in Link Favicons source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "Link Favicons",
  "version": "0.2.0",
  "description": "See the favicon for a linked website.",
  "homepage_url": "https://github.com/joethei/browser-link-favicons",
  "manifest_version": 2,
  "minimum_chrome_version": "74",
  "browser_specific_settings": {
    "gecko": {
      "id": "favicon-link@joethei.xyz"
    }
  },
  "icons": {
    "128": "/icon.png"
  },
  "permissions": [
    "storage",
    "*://*/*"
  ],
  "options_ui": {
    "chrome_style": true,
    "page": "/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/main.js"
      ],
      "css": [
        "/main.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "/background.js"
    ],
    "persistent": false
  }
}

Best Link Favicons Alternatives

Here are some Firefox add-ons that are similar to Link Favicons: