LTO Network Balance Checker

LTO 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": 3,
  "name": "LTO 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.png",
    "48": "images/logo-m.png",
    "128": "images/logo-l.png"
  },
  "version": "1.9",
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}