Bing to Google

Bing to Google

This extension redirects Bing’s searches to Google. Bing to Google combined with Edge deflector (https://github.com/da2x/EdgeDeflector) lets you search through cortana tool bar with Google instead of Bing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Bing to Google",
  "version": "1.2resigned1",
  "description": "Bing to Google combined with Edge deflector (https://github.com/da2x/EdgeDeflector) lets you search through cortana tool bar with Google instead of Bing.",
  "homepage_url": "https://github.com/louisgrasset/bing-to-google",
  "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)"
}