Microsoft Bing Homepage

Microsoft Bing Homepage

Set Microsoft Bing as your default homepage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_ExtnName__",
  "version": "1.0.3.6",
  "default_locale": "en",
  "description": "__MSG_ExtnDescription__",
  "applications": {
    "gecko": {
      "id": "{cfa868c0-6239-47df-bc81-54e13151ec2e}",
      "strict_min_version": "55.0"
    }
  },
  "icons": {
    "16": "Logo.png",
    "48": "Logo_48.png",
    "128": "Logo_128.png"
  },
  "chrome_settings_overrides": {
    "homepage": "https://www.bing.com/?pc=U509"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "cookies",
    "management",
    "https://*.bing.com/*",
    "https://*.msn.com/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": "Logo_48.png"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/ping.js"
    ]
  }
}