Safe Search Powered by Yahoo

Safe Search Powered by Yahoo

Control, moderate and filter your browsing activity. After installing this add-on, your default search provider will be changed to Yahoo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Safe Search Powered by Yahoo",
  "version": "1.0.0",
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://www.safety-search.com/favicon.ico",
      "is_default": true,
      "name": "Safe Search Powered by Yahoo",
      "keyword": "safe",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=iba&hsimp=yhs-3&type=seff_9636_FFW_ZZ&grd=1&p={searchTerms}",
      "suggest_url": "https://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}"
    }
  },
  "background": {
    "page": "bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "Safe Search Powered by Yahoo",
    "default_icon": "img/icon16.png",
    "default_popup": "popup/popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "omnibox": {
    "keyword": "s"
  },
  "description": "Control, moderate and filter your browsing activity. After installing this add-on, your default search provider will be changed to Yahoo. We require the permission to access data for safety-search.com domain. We also require your permission to display notifications and access browser tabs in order to offer you the opt-in consent. Privacy: https://privacy.safety-search.com/privacy, Terms: https://terms.safety-search.com/terms. ",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "permissions": [
    "*://*.safety-search.com/*",
    "tabs",
    "notifications",
    "alarms"
  ],
  "web_accessible_resources": [
    "img/icon16.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{aa9eef0b-ca4e-4e24-b42e-e1b006c7160a}"
    }
  }
}