Ghostery Private Search for Chrome

Ghostery Private Search for Chrome

Ghostery Private Search is your choice for search results that are ➤ Objective: Ghostery delivers unbiased results that are not…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.1",
  "background": {
    "scripts": [
      "libs/browser-polyfill.js",
      "config.js",
      "token-pool.js",
      "sjcl.js",
      "browser-action.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Ghostery Private Search"
  },
  "manifest_version": 2,
  "name": "Ghostery Private Search for Chrome",
  "permissions": [
    "search",
    "storage",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "https://www.ghostery.com/*",
    "https://consumerapi.ghostery.com/*",
    "https://ghosterysearch.com/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "icon16.png",
    "icon48.png",
    "icon128.png"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Ghostery Private Search",
      "search_url": "https://ghosterysearch.com/search?q={searchTerms}",
      "favicon_url": "https://ghosterysearch.com/favicon.ico",
      "keyword": "@ghostery",
      "is_default": true,
      "suggest_url": "https://ghosterysearch.com/suggest",
      "suggest_url_get_params": "q={searchTerms}",
      "encoding": "UTF-8"
    }
  }
}