DUSK Network Balance Checker

DUSK Network Balance Checker

Shows most recent balance and value. Average token price of cryptocompare is used for conversion to EUR, USD, ETH and BTC.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DUSK Network Balance Checker",
  "description": "Shows most recent balance and value. Average token price of cryptocompare is used for conversion to EUR, USD, ETH and BTC.",
  "icons": {
    "32": "images/logo-32.png",
    "48": "images/logo-m-64.png",
    "128": "images/logo-l-128.png"
  },
  "version": "1.1",
  "browser_action": {
    "default_icon": "images/logo-l-128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}