Custom context menu searches Firefox

Examine source code of Custom context menu searches

Inspect and view changes in Custom context menu searches source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom context menu searches",
  "description": "Customizable context menu search items.",
  "version": "2.4",
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{b702e417-adf1-477b-a125-4916103c2033}"
    }
  },
  "icons": {
    "48": "icons/icon-48.png"
  },
  "background": {
    "scripts": [
      "utils/random-id.js",
      "utils/compose-url.js",
      "objects/ContextMenuHandling.js",
      "objects/ContextMenuItem.js",
      "objects/ContextMenuGroup.js",
      "objects/ContextMenuSeparator.js",
      "background/tabController.js",
      "background/storageController.js",
      "background/contextMenuController.js",
      "background/downloadController.js",
      "background/dataController.js",
      "background/main.js"
    ]
  },
  "options_ui": {
    "page": "gui/manage.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "downloads"
  ]
}

Best Custom context menu searches Alternatives

Here are some Firefox add-ons that are similar to Custom context menu searches: