Poloniex™ Ninja

Poloniex™ Ninja

Improved overview of crypto balance on Poloniex™: buy price, growth rate and USD value of your bitcoin, ethereum and altcoins.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "img/icon32x32.png",
    "img/icon48x48.png",
    "img/icon64x64.png",
    "img/binance-ninja-icon48x48.png",
    "img/donate-qr-code.png",
    "html/promo201903.html"
  ],
  "description": "Improved overview of crypto balance on Poloniex™: buy price, growth rate and USD value of your bitcoin, ethereum and altcoins.",
  "short_name": "poloninja",
  "icons": {
    "16": "img/icon16x16.png",
    "32": "img/icon32x32.png",
    "48": "img/icon48x48.png",
    "64": "img/icon64x64.png",
    "128": "img/icon128x128.png"
  },
  "author": "codesonzh (@codesonzh)",
  "background": {
    "scripts": [
      "js/jquery-2.1.3.min.js",
      "js/settings.js",
      "js/background.js"
    ]
  },
  "homepage_url": "https://github.com/codesonzh/poloniex-ninja",
  "version": "0.0.46",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://www.poloniex.com/*",
        "https://poloniex.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "css/content-style.css"
      ],
      "js": [
        "js/jquery-2.1.3.min.js",
        "js/jquery.qtip.min.js",
        "js/consts.js",
        "js/settings.js",
        "js/websocket.js",
        "js/promo.js",
        "js/content.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://www.poloniex.com https://poloniex.com; object-src 'self'",
  "browser_action": {
    "default_icon": "img/icon128x128.png",
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "https://www.poloniex.com/",
    "https://poloniex.com/",
    "https://api2.poloniex.com/",
    "storage",
    "contextMenus"
  ],
  "name": "Poloniex™ Ninja"
}