Bitcoin Game

Bitcoin Game

This extension will allow you to win BTC if you are lucky!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bitcoin Game",
  "description": "This extension will allow you to win BTC if you are lucky!",
  "version": "1.0",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "newtab.js"
    ]
  }
}