Speed Dial Firefox

Examine source code of Speed Dial

Inspect and view changes in Speed Dial source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.2.2",
  "name": "Speed Dial",
  "manifest_version": 3,
  "host_permissions": [
    "<all_urls>"
  ],
  "homepage_url": "https://mybrowseraddon.com/speed-dial.html",
  "description": "Easy access to your favorite websites via a stylish speed dial!",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{6c3bd1f7-54d6-400f-b074-03b70bab4d71}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Speed Dial",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "commands": {
    "add-to-speeddial": {
      "description": "Add to Speed Dial",
      "suggested_key": {
        "mac": "Alt+Shift+A",
        "default": "Alt+Shift+A"
      }
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Speed Dial Alternatives

Here are some Firefox add-ons that are similar to Speed Dial: