JSTorrent Helper extension

JSTorrent Helper extension

Used alongside the JSTorrent BitTorrent edge app, adds extra functionality

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "name": "JSTorrent Helper extension",
  "short_name": "JSTorrent Helper",
  "description": "Used alongside the JSTorrent BitTorrent edge app,\n adds extra functionality",
  "version": "4.2.24",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "notifications",
    "storage",
    "<all_urls>",
    "tabs"
  ],
  "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"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'  https://www.google-analytics.com https://ssl.google-analytics.com https://weanalytics.live;  object-src 'self'"
}