CryptoMining Blocker

CryptoMining Blocker

CryptoMining Blocker for Firefox blocks cryptomining websites, inline mining script in websites and helps to do safe-browsing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "CryptoMining Blocker",
  "description": "CryptoMining Blocker extension for Firefox blocks cryptomining websites, inline mining script and helps to do safe-browsing.",
  "version": "0.0.13",
  "short_name": "CryptoMining Blocker",
  "author": "D09r",
  "homepage_url": "https://addons.mozilla.org/en-US/firefox/user/D09r",
  "icons": {
    "16": "img/coin_16.png",
    "32": "img/coin_32.png",
    "48": "img/coin_48.png",
    "64": "img/coin_64.png",
    "128": "img/coin_128.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "background",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "img/coin_16.png",
    "default_title": "CryptoMining Blocker",
    "default_popup": "popup.html"
  }
}