Microsoft Bing Homepage and Search Engine

Microsoft Bing Homepage and Search Engine

Set Microsoft Bing as your default homepage and search engine

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "Logo_48.png"
  },
  "background": {
    "service_worker": "rootServiceWorker.js"
  },
  "chrome_settings_overrides": {
    "homepage": "https://www.bing.com/?pc=U474",
    "search_provider": {
      "is_default": true,
      "prepopulated_id": 1,
      "search_url": "https://www.bing.com/search?PC=U474&q={searchTerms}",
      "suggest_url": "{bing:baseURL}qbox?query={searchTerms}&language={language}&PC=U474&{bing:partner}{bing:cvid}{bing:ig}{google:inputType}{google:cursorPosition}{google:pageClassification}{bing:features}{bing:flights}"
    },
    "startup_pages": [
      "https://www.bing.com/?pc=U474"
    ]
  },
  "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",
    "storage",
    "tabs",
    "alarms"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.0.0.10",
  "web_accessible_resources": [
    {
      "resources": [
        "Logo.png"
      ],
      "matches": []
    }
  ]
}