Right Click Search

Right Click Search

Use the context menu to search using the engines in the Firefox search settings. This add-on requires Firefox version 63 or later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Right Click Search",
  "description": "Use the context menu to search using the engines in the Firefox search settings.",
  "version": "1.1.0",
  "icons": {
    "48": "assets/img/Icon-48.png",
    "96": "assets/img/Icon-96.png"
  },
  "permissions": [
    "search",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "./assets/js/background.js"
    ]
  }
}