IPchexmex

IPchexmex

Checks to see if you are in a country that allows Bitmex trading

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IPchexmex",
  "short_name": "IPCM",
  "description": "Checks to see if you are in a country that allows Bitmex trading",
  "version": "1.2",
  "author": "isaackoz",
  "background": {
    "scripts": [
      "background.js",
      "jquery.min.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon148.png"
  },
  "permissions": [
    "tabs",
    "alarms"
  ]
}