ETH-USD Converter

ETH-USD Converter

Easy conversion from ETH to USD

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ETH-USD Converter",
  "version": "1.0.0",
  "description": "Easy conversion from ETH to USD",
  "icons": {
    "16": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab",
    "https://api.coinmarketcap.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "USD-ETH Converter"
  }
}