Currency Converter Extension

Currency Converter Extension

Simple Currency Converter Extension For Google Chrome - Fast & Easy to Use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Currency Converter Extension",
  "version": "1.8",
  "description": "Simple Currency Converter Extension For Google Chrome - Fast & Easy to Use.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "myPage.html"
  },
  "background.service_worker": "background.js",
  "action": {
    "default_icon": "icons/icon128.png"
  },
  "manifest_version": 3
}