GetFavicons Firefox

Examine source code of GetFavicons

By: Dpbm
Inspect and view changes in GetFavicons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GetFavicons",
  "version": "1.2",
  "description": "Get favicons from websites",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "Favicons list",
    "default_popup": "index.html"
  },
  "icons": {
    "48": "assets/icon-48.png",
    "96": "assets/icon-96.png",
    "128": "assets/icon-128.png",
    "144": "assets/icon-144.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{981bd47d-e376-4795-95a4-fc09df456de8}"
    }
  }
}

Best GetFavicons Alternatives

Here are some Firefox add-ons that are similar to GetFavicons: