TorrentCloud torrent Upload

TorrentCloud torrent Upload

Send torrents to the TorrentCLOUD

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TorrentCloud torrent Upload",
  "description": "Send torrents to the TorrentCLOUD",
  "version": "0.2",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "sample.js"
    ]
  },
  "icons": {
    "16": "tc.png",
    "48": "tc.png",
    "128": "tc.png"
  },
  "manifest_version": 2
}