Kickass torrent search

Kickass torrent search

A kick-ass way to search a torrent by selecting text!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Kickass torrent search",
  "author": "Richard van Goch",
  "description": "A kick-ass way to search a torrent by selecting text!",
  "version": "0.5.5",
  "short_name": "KAT search",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ]
}