BlockGuard

BlockGuard

Blockguard protects you against SCAM sites in the Blockchain/Crypto Space

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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"
  ]
}