TorrentSafe Browser Extension

TorrentSafe Browser Extension

Anonymous bittorrent downloads, just right click the magnet link

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TorrentSafe Right-Click Extension",
  "description": "Anonymous bittorrent downloads, just right click the magnet link",
  "short_name": "TorrentSafe",
  "version": "0.0.5",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "icons": {
    "16": "images/icon67.png",
    "48": "images/icon67.png",
    "128": "images/icon67.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon67.png"
    },
    "default_title": "TorrentSafe"
  },
  "manifest_version": 2
}