Torry

Torry

Torry - Search Anonymously with Tor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0002",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Torry",
  "short_name": "Torry",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Torry",
      "keyword": "Torry",
      "search_url": "https://torry.io/search/?a=b&q={searchTerms}",
      "favicon_url": "https://torry.io/img/torry_head.png",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "description": "Torry - Search Anonymously with Tor",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": true
  }
}