JSTorrent Helper extension

JSTorrent Helper extension

Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JSTorrent Helper extension",
  "short_name": "JSTorrent Helper",
  "description": "Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality",
  "version": "0.1.0",
  "manifest_version": 2,
  "minimum_chrome_version": "31",
  "permissions": [
    "contextMenus",
    "notifications"
  ],
  "externally_connectable": {
    "ids": [
      "anhdpjpojoipgpmfanmedjghaligalgb",
      "abmohcnlldaiaodkpacnldcdnjjgldfh"
    ]
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "js-16.png",
    "19": "js-19.png",
    "32": "js-32.png",
    "48": "js-48.png",
    "96": "js-96.png",
    "128": "js-128.png",
    "256": "js-256.png",
    "512": "js-512.png"
  }
}