CryptoX - Cryptocurrency Exchange

CryptoX - Cryptocurrency Exchange

Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CryptoX - Cryptocurrency Exchange",
  "version": "0.4",
  "manifest_version": 2,
  "description": "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots",
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "CryptoX_ICON_128.png",
    "default_title": "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots",
    "default_popup": "extension.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "CryptoX_ICON_128.png"
  }
}