Currency Now

Currency Now

A currency exchange tool to get the latest exchange rate quick and easy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Currency Now",
  "description": "A currency exchange tool to get the latest exchange rate quick and easy",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/exchange-rate1.png"
  },
  "icons": {
    "16": "icons/exchange-rate1.png",
    "32": "icons/exchange-rate1.png",
    "48": "icons/exchange-rate1.png",
    "128": "icons/exchange-rate1.png"
  }
}