SearchBits

SearchBits

Use SearchBits default search browser extension to search the web!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.822.893",
  "name": "SearchBits",
  "description": "Use SearchBits default search browser extension to search the web!",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-128.png",
    "default_title": "Use SearchBits extension to search the web!"
  },
  "background": {
    "scripts": [
      "js/brand.js",
      "js/aes.js",
      "js/mode-ecb.js",
      "js/background.js"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "SearchBits",
      "instant_url": "https://www.blpsearch.com/search?itype=u&src=ds&p={searchTerms}",
      "search_url": "https://www.blpsearch.com/search?itype=u&src=ds&p={searchTerms}",
      "favicon_url": "https://www.blpsearch.com/images/favicon.ico",
      "keyword": "BLPSearch",
      "encoding": "UTF-8",
      "alternate_urls": [],
      "search_url_post_params": "",
      "instant_url_post_params": "",
      "is_default": true
    }
  },
  "permissions": [
    "*://*.aztapps.com/*",
    "*://*.blpsearch.com/*",
    "https://*.service.prsstobe.com/*",
    "https://chrome.google.com/*",
    "cookies",
    "storage"
  ],
  "web_accessible_resources": [
    "icons/checker.gif"
  ]
}