MSN Homepage and Bing Search Engine

MSN Homepage and Bing Search Engine

Set MSN as your homepage and Bing as your search engine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_ExtnName__",
  "version": "1.0.3.5",
  "default_locale": "en",
  "description": "__MSG_Description__",
  "applications": {
    "gecko": {
      "id": "{9b43dad5-885b-4f0d-882f-e945b7e4b96f}",
      "strict_min_version": "55.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=U506DF&PC=U506&q={searchTerms}",
      "keyword": "bing.com",
      "favicon_url": "https://www.bing.com/favicon.ico",
      "suggest_url": "https://www.bing.com/osjson.aspx?FORM=U506DF&PC=U506&query={searchTerms}",
      "is_default": true
    },
    "homepage": "https://www.msn.com/?pc=U506&ocid=U506DHP"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "management",
    "https://*.bing.com/*",
    "https://*.msn.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": "Logo_48.png"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/ping.js"
    ]
  }
}