Currency Converter NEO

Currency Converter NEO

Free Currency Converter for real-time currency rates. Includes popular crypto currencies BTC and ETH. Fast and easy to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.1.0",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "64": "icons/icon_64.png"
  },
  "default_locale": "en",
  "action": {
    "default_popup": "popup.html"
  }
}