{ "manifest_version": 2, "name": "Block Cloudflare MiTM Attack", "description": "If the destination use Cloudflare, block future request.", "version": "1.0.0", "homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351", "permissions": ["webRequest","webRequestBlocking",""], "icons": { "48": "icons/icon-48.png", "64": "icons/icon-64.png" }, "background": { "scripts": ["stop_cf_mitm.js"] } }