AMZ Currency Converter —— Amazon TS

AMZ Currency Converter —— Amazon TS

AMZ Currency Converter is a real-time updated currency exchange rate conversion tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "img/logo.png",
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_extDes__",
  "icons": {
    "128": "img/logo.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      }
    }
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "1.0.1",
  "web_accessible_resources": [
    {
      "resources": [
        "/img/logo.png",
        "/img/logo_prompt.png",
        "/img/logo_text.png",
        "js/ajax-listener-other.js",
        "/removeBg.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://chrome.google.com/webstore/detail/ekekfjikpoacmfjnnebfjjndfhlldegj"
}