The Pirate Bay torrent search

The Pirate Bay torrent search

A pirate's 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": "The Pirate Bay torrent search",
  "author": "Richard van Goch",
  "description": "A pirate's way to search a torrent by selecting text!",
  "version": "0.5.2",
  "short_name": "TPB search",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ]
}