OpenBLD.net Blocker

OpenBLD.net Blocker

Block malicious content from some URLs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OpenBLD.net Blocker",
  "version": "1.1",
  "description": "Block malicious content from some URLs.",
  "permissions": [
    "declarativeNetRequest",
    "tabGroups"
  ],
  "host_permissions": [
    "https://openbld.net/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "block",
        "enabled": true,
        "path": "block.json"
      }
    ]
  },
  "icons": {
    "32": "icon32.png",
    "96": "icon96.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icon32.png",
      "96": "icon96.png",
      "128": "icon.png"
    }
  }
}