Microsoft Bing Homepage and Search Engine

Microsoft Bing Homepage and Search Engine

Set Microsoft Bing as your default homepage and search engine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_ExtnName__",
  "version": "1.0.4.2",
  "default_locale": "en",
  "description": "__MSG_ExtnDescription__",
  "applications": {
    "gecko": {
      "id": "{a07b7886-3015-4959-9a88-4273860edd6d}",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "16": "Logo.png",
    "48": "Logo_48.png",
    "128": "Logo_128.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Bing",
      "search_url": "https://www.bing.com/search?FORM=U510DF&PC=U510&q={searchTerms}",
      "keyword": "bing.com",
      "favicon_url": "https://www.bing.com/favicon.ico",
      "suggest_url": "https://www.bing.com/osjson.aspx?FORM=U510DF&PC=U510&query={searchTerms}",
      "is_default": true
    },
    "homepage": "https://www.bing.com/?PC=U510"
  },
  "permissions": [
    "tabs",
    "https://*.bing.com/*",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "browser_action": {
    "default_icon": "Logo_48.png"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/ping.js"
    ]
  }
}