Ethereum Price Ticker | ETH Price Ticker

Ethereum Price Ticker | ETH Price Ticker

Displays the current Ethereum (ETH) price.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ethereum Price Ticker | ETH Price Ticker",
  "description": "Displays the current Ethereum (ETH) price.",
  "version": "3.0",
  "icons": {
    "16": "logo/logo-16.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  },
  "action": {
    "default_title": "ETH Price Ticker",
    "default_icon": "icon.png"
  },
  "permissions": [],
  "host_permissions": [
    "https://poloniex.com/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  }
}