Microsoft Bing Search Engine

Set your search engine to Bing.com to check out the latest news, entertainment and sports each day and turn your searching into doing with Bing.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_ExtnName__",
  "version": "1.0.3.10",
  "default_locale": "en",
  "description": "__MSG_ExtnDescription__",
  "applications": {
    "gecko": {
      "id": "{8d8ca802-6b23-43ed-9445-e05d48579542}",
      "strict_min_version": "58.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=U504DF&PC=U504&q={searchTerms}",
      "keyword": "bing.com",
      "favicon_url": "https://www.bing.com/favicon.ico",
      "suggest_url": "https://www.bing.com/osjson.aspx?FORM=U504DF&PC=U504&query={searchTerms}",
      "is_default": true
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "cookies",
    "management",
    "https://*.bing.com/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": "Logo_48.png"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/Ping.js"
    ]
  }
}