Microsoft Bing Homepage

Microsoft Bing Homepage

Set Microsoft Bing as your default homepage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "rootServiceWorker.js"
  },
  "action": {
    "default_icon": "Logo_48.png"
  },
  "chrome_settings_overrides": {
    "homepage": "https://www.bing.com/?pc=__PARAM__",
    "startup_pages": [
      "https://www.bing.com/?pc=__PARAM__"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_ExtnDescription__",
  "icons": {
    "16": "Logo.png",
    "48": "Logo_48.png",
    "128": "Logo_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_ExtnName__",
  "permissions": [
    "cookies",
    "management",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "http://*.bing.com/*",
    "https://*.bing.com/*",
    "https://*.microsoft.com/*"
  ],
  "short_name": "__MSG_ExtnName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.10"
}