Ethereum toolkit

Ethereum toolkit

Ethereum helpful tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ethereum toolkit",
  "version": "0.1.4",
  "description": "Ethereum helpful tools",
  "permissions": [
    "storage"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "icons": {
    "128": "/images/icon_128.png"
  },
  "browser_action": {
    "default_icon": "/images/icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}