Microsoft Bing Search Engine

Microsoft Bing Search Engine

Set Microsoft Bing as your default search provider

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "Logo_48.png"
  },
  "background": {
    "service_worker": "rootServiceWorker.js"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "is_default": true,
      "prepopulated_id": 1,
      "search_url": "https://www.bing.com/search?PC=U344&q={searchTerms}",
      "suggest_url": "{bing:baseURL}qbox?query={searchTerms}&language={language}&PC=U344&{bing:partner}{bing:cvid}{bing:ig}{google:inputType}{google:cursorPosition}{google:pageClassification}{bing:features}{bing:flights}"
    }
  },
  "default_locale": "en",
  "description": "__MSG_ExtnDescription__",
  "host_permissions": [
    "http://g.ceipmsn.com/*",
    "http://*.bing.com/*",
    "https://*.bing.com/",
    "http://*.microsoft.com/*",
    "https://*.microsoft.com/*"
  ],
  "icons": {
    "16": "Logo.png",
    "48": "Logo_48.png",
    "128": "Logo_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_ExtnName__",
  "permissions": [
    "cookies",
    "management",
    "storage",
    "tabs",
    "topSites",
    "alarms"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.0.0.11",
  "web_accessible_resources": [
    {
      "resources": [
        "Logo.png"
      ],
      "matches": []
    }
  ]
}