Credit Bracket

Credit Bracket

Free Credit Report, Credit Score Range & Credit Targeted Search Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.8.0.0",
  "background": {
    "scripts": [
      "js/utility.js",
      "js/tracker.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.search.yahoo.com/yhs/search*hsimp=yhs-creditbracket*hspart=epcvip*",
        "https://*.search.yahoo.com/yhs/search*hspart=epcvip*hsimp=yhs-creditbracket*"
      ],
      "run_at": "document_end",
      "js": [
        "js/yahooSERP.js"
      ]
    }
  ],
  "icons": {
    "16": "img/cb_icon_16x16.png",
    "32": "img/cb_icon_32x32.png",
    "48": "img/cb_icon_48x48.png",
    "128": "img/cb_icon_128x128.png",
    "180": "img/cb_icon_180x180.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/cb_icon_16x16.png",
      "32": "img/cb_icon_32x32.png",
      "48": "img/cb_icon_48x48.png",
      "128": "img/cb_icon_128x128.png",
      "180": "img/cb_icon_180x180.png"
    },
    "default_title": "Get your credit report & vantage score",
    "default_popup": "/html/popup.html"
  },
  "default_locale": "en",
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://creditbracket.com/favicon-32x32.png",
      "is_default": true,
      "keyword": "cb",
      "name": "__MSG_extensionName__",
      "search_url": "https://search.creditbracket.com/search/?q={searchTerms}",
      "suggest_url": "https://suggestions.creditbracket.com/search_suggestion?exv=2.7.0.0&search={searchTerms}"
    }
  },
  "permissions": [
    "storage",
    "https://*.creditbracket.com/"
  ],
  "minimum_chrome_version": "56",
  "update_url": "https://clients2.google.com/service/update2/crx"
}