Sponsored Search by SearchesCentral

Sponsored Search by SearchesCentral

Get better search results instantly from your home and new tab page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Sponsored Search By SearchesCentral",
  "version": "2022.2.17",
  "description": "Get better search results instantly from your home and new tab page!",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "core/index.js",
      "core/search.js"
    ]
  },
  "permissions": [
    "*://*.hsearchescentral.com/*",
    "*://search.yahoo.com/yhs/search?hspart=adk*",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "is_default": true,
      "name": "Sponsored Search By SearchesCentral (Powered By Yahoo)",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=adk&hsimp=yhs-adk_sbnt&param1=17000101&param2=00000000-0000-0000-0000-000000000000&param3=searchmanager_~US~appfocus1~&param4=~firefox~~&type=yhs-adk_sbnt_appfocus1_ff&grd=1&p={searchTerms}",
      "favicon_url": "https://search.yahoo.com/favicon.ico",
      "suggest_url": "https://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}"
    },
    "homepage": "newtab/index.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "sp@SearchesCentral",
      "strict_min_version": "57.0"
    }
  }
}