DuckDuckGo to Google Button Firefox

Examine source code of DuckDuckGo to Google Button

Inspect and view changes in DuckDuckGo to Google Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DuckDuckGo to Google Button",
  "version": "1.0",
  "description": "Injects a Google button next to the DuckDuckGo search icon.",
  "content_scripts": [
    {
      "matches": [
        "*://duckduckgo.com/*",
        "*://*.duckduckgo.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ddg-google-injector@custom.extension",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best DuckDuckGo to Google Button Alternatives

Here are some Firefox add-ons that are similar to DuckDuckGo to Google Button: