Cryptodex

Cryptodex

Your all-in-one cryptocurrency address book

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.0",
  "name": "Cryptodex",
  "manifest_version": 2,
  "description": "Your all-in-one cryptocurrency address book",
  "browser_action": {
    "default_title": "Cryptodex"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    "app.html",
    "inject.html"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://cryptodex.rocks/*"
    ]
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "content_security_policy": "default-src 'self'; font-src data:; script-src 'self' 'unsafe-eval'; connect-src https://*.blockcypher.com https://*.etherscan.io https://*.ripple.com https://blockdozer.com https://cardanoexplorer.com https://neoscan.io https://*.stellar.org https://*.thetangle.org/ http://*.nemchina.com/ https://*.lisk.io https://*.gastracker.io https://ardor.tools https://explorer.ark.io:8443 https://*.decred.org https://digiexplorer.info https://*.qtum.org https://*.steemjs.com https://*.wavesnodes.com https://verge-blockchain.info https://explorer.zcoin.io https://*.zcha.in https://nxtportal.org https://chainz.cryptoid.info https://*.reddcoin.com https://*.supernet.org; img-src 'self' data:; style-src * 'unsafe-inline' 'self' blob:; "
}