BlockGuard

BlockGuard

BlockGuard protects you against SCAM Sites in the Blockchain Area and Cryptospace. If you try to reach a suspicious site, we show you a warning, and you can not enter the site. The database grows each day, and we improve the add-ons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "BlockGuard",
  "version": "1.2.1",
  "description": "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space",
  "author": "LevCon International",
  "default_locale": "en",
  "icons": {
    "48": "icon/blockguard.48px.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "notifications"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "js/polyfill/edge.js",
      "js/polyfill/fetch.js",
      "js/error.js",
      "js/blockguard.js",
      "test/blockguard.test.js",
      "js/main.js"
    ]
  },
  "web_accessible_resources": [
    "doc/sample/forbidden.json",
    "doc/sample/forbidden.txt",
    "doc/sample/allowed.json",
    "doc/sample/blocked.json"
  ]
}