Bing to DuckduckGo

Bing to DuckduckGo

This extension redirects Bing’s searches to DuckduckGo. NOTE : This is an unofficial extension, not endorsed by DuckduckGo. Find official one here : https://addons.mozilla.org/fr/firefox/user/3946396/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Bing to DuckduckGo",
  "version": "1.1resigned1",
  "description": "Bing to DuckduckGo combined with Edge deflector (https://github.com/da2x/EdgeDeflector) lets you search privately through cortana tool bar with DuckduckGo instead of Bing.",
  "homepage_url": "https://github.com/louisgrasset/bing-to-duckduckgo",
  "icons": {
    "16": "/icons/icon-16.png",
    "32": "/icons/icon-32.png",
    "48": "/icons/icon-48.png",
    "96": "/icons/icon-96.png",
    "128": "/icons/icon-128.png",
    "256": "/icons/icon-256.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://bing.com/*",
    "https://*.bing.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "54.0"
    }
  },
  "author": "Louis Grasset <[email protected]> (louisgrasset.fr)"
}