Custom Speed Dial Firefox

Examine source code of Custom Speed Dial

By: leere
Inspect and view changes in Custom Speed Dial source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Custom Speed Dial",
  "version": "1.3",
  "permissions": [
    "bookmarks",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "my-cool-speed-dial@extension.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Custom Speed Dial Alternatives

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