HODL - Ethereum Price Ticker

HODL - Ethereum Price Ticker

Keep track of the ETH price

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HODL - Ethereum Price Ticker",
  "short_name": "ETH Price Ticker",
  "permissions": [
    "https://api.coinmarketcap.com/v1/ticker/ethereum/",
    "https://coinproxy.ultrafastcdn.com/",
    "storage"
  ],
  "background": {
    "scripts": [
      "jquery.js",
      "ticker.js"
    ]
  },
  "version": "1.02",
  "manifest_version": 2,
  "author": "Philaeum Internet",
  "description": "Keep track of the ETH price",
  "icons": {
    "16": "eth-16.png",
    "48": "eth-48.png",
    "128": "eth-128.png"
  },
  "browser_action": {
    "default_icon": "eth-128.png",
    "default_title": "ETH Ticker $-----",
    "default_popup": "index.html"
  }
}