JPY-USD Live

JPY-USD Live

Shows live Japanese Yen vs USD exchange rate 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": "JPY-USD Live",
  "description": "Shows live Japanese Yen vs USD exchange rate every time you open a new tab",
  "version": "1.02",
  "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"
  }
}