ERC20 Droid

ERC20 Droid

Alt Crypto Wallet Explorer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ERC20 Droid",
  "version": "2.0",
  "manifest_version": 2,
  "description": "Alt Crypto Wallet Explorer",
  "permissions": [
    "notifications",
    "https://*.chasing-coins.com/*",
    "https://*.etherscan.io/*",
    "https://*.ost.com/*",
    "https://*.ethplorer.io/*",
    "https://*.googletagmanager.com/*",
    "http://erc20droid.com/*",
    "https://*.cryptocompare.com/*",
    "https://robotoken.herokuapp.com/*"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png",
    "256": "256.png"
  },
  "browser_action": {
    "default_icon": "16.png",
    "default_title": "ERC20 Droid",
    "default_popup": "index.html"
  }
}