Bookmark Icons Loader Firefox

Examine source code of Bookmark Icons Loader

Inspect and view changes in Bookmark Icons Loader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bookmark Icon Loader",
  "version": "1.0.1",
  "description": "Loads all bookmark websites to fetch and cache their favicons",
  "permissions": [
    "bookmarks",
    "tabs",
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Load Bookmark Icons",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7ef8da2e-00cb-4b02-906d-8a745510e522}"
    }
  }
}

Best Bookmark Icons Loader Alternatives

Here are some Firefox add-ons that are similar to Bookmark Icons Loader: