NiceHash Unpaid Balance

NiceHash Unpaid Balance

See how much you mined in BTC and in USD on NiceHash in realtime!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Moses Johansson",
  "homepage_url": "http://kengoweb.net",
  "name": "NiceHash Unpaid Balance",
  "version": "1.0",
  "description": "See how much you mined in BTC and in USD on NiceHash in realtime!",
  "background": {
    "scripts": [
      "jquery-3.3.1.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/get_started128.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    },
    "default_title": "NiceHash Unpaid Balance",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "content-script.js"
      ]
    }
  ],
  "manifest_version": 2
}