USD Converter Live - Top 5

USD Converter Live - Top 5

Shows live USD exchange rate for GBP,CAD,EUR,AUD,NZD - every time you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "USD Converter Live - Top 5",
  "description": "Shows live USD exchange rate for GBP,CAD,EUR,AUD,NZD - every time you open a new tab",
  "version": "1.0.1",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "img/logo16.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "action": {
    "default_icon": "img/logo48.png"
  }
}