Bing Homepage, Search & Trending Topics

Bing Homepage, Search & Trending Topics

Set Microsoft Bing as your default homepage, default search engine & stay up-to-date with the latest Trending Topics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "Logo_48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "rootServiceWorker.js"
  },
  "chrome_settings_overrides": {
    "homepage": "http://www.bing.com/?pc=__PARAM____MSG_HomePage__",
    "search_provider": {
      "favicon_url": "https://www.bing.com/favicon.ico",
      "is_default": true,
      "prepopulated_id": 3,
      "search_url": "https://www.bing.com/search?EID=BHSTT&FORM=__PARAM__DF&PC=__PARAM__&q={searchTerms}",
      "suggest_url": "https://www.bing.com/osjson.aspx?FORM=__PARAM__DF&PC=__PARAM__&query={searchTerms}"
    },
    "startup_pages": [
      "http://www.bing.com/?pc=__PARAM____MSG_HomePage__"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_ExtnDescription__",
  "externally_connectable": {
    "matches": [
      "https://www.bing.com/*",
      "https://browserdefaults.microsoft.com/*"
    ]
  },
  "host_permissions": [
    "http://g.ceipmsn.com/*",
    "http://*.bing.com/*",
    "https://*.bing.com/"
  ],
  "icons": {
    "16": "Logo.png",
    "48": "Logo_48.png",
    "128": "Logo_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_ExtnName__",
  "permissions": [
    "cookies",
    "management",
    "storage",
    "alarms",
    "scripting"
  ],
  "short_name": "__MSG_ExtnName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0.14"
}