Add custom search engine Firefox

Examine source code of Add custom search engine

Inspect and view changes in Add custom search engine source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Add a custom search engine to the list of available search engines in the search bar.",
  "manifest_version": 2,
  "name": "Add custom search engine",
  "version": "5.0",
  "browser_action": {
    "default_icon": {
      "16": "icons/search16.png",
      "32": "icons/search32.png",
      "64": "icons/search64.png",
      "96": "icons/search96.png"
    },
    "default_title": "Add custom search engine"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Add custom search engine"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/search16.png",
    "32": "icons/search32.png",
    "64": "icons/search64.png",
    "96": "icons/search96.png"
  },
  "permissions": [
    "https://paste.mozilla.org/api/",
    "https://dpaste.org/api/",
    "search"
  ],
  "options_ui": {
    "page": "/search.html",
    "browser_style": false,
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{af37054b-3ace-46a2-ac59-709e4412bec6}"
    }
  }
}

Best Add custom search engine Alternatives

Here are some Firefox add-ons that are similar to Add custom search engine: