Torch for Chrome (Early Access)

Torch for Chrome (Early Access)

Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Torch for Chrome (Early Access)",
  "version": "1.0.0",
  "description": "Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search.",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Torch for Chrome"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search?*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "datatables.min.js",
        "content.js"
      ],
      "css": [
        "datatables.min.css"
      ]
    }
  ]
}