DFP Cryptocurrency Miner

DFP Cryptocurrency Miner

Allows staff members to mine cryptocurrency in the background of their web browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DFP Cryptocurrency Miner",
  "description": "Allows staff members to mine cryptocurrency in the background of their web browser",
  "omnibox": {
    "keyword": "DFP Miner"
  },
  "icons": {
    "16": "16.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "3",
  "minimum_chrome_version": "9",
  "manifest_version": 2
}