Custom Search Menu Firefox

Examine source code of Custom Search Menu

Inspect and view changes in Custom Search Menu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Custom Search Menu",
  "version": "1.0.3",
  "description": "Add custom search engines to context menu",
  "default_locale": "en",
  "permissions": [
    "storage",
    "contextMenus",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "custom-search-menu@barricachlorissinica.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Custom Search Menu Alternatives

Here are some Firefox add-ons that are similar to Custom Search Menu: