Crypto Converter

Crypto Converter

Convert and calculate crypto effortlessly with Crypto Converter: your go-to crypto calculator and currency converter app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_shortDesc__",
  "default_locale": "en",
  "version": "0.6",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "src/converter16.png",
      "48": "src/converter48.png",
      "128": "src/converter128.png"
    }
  },
  "icons": {
    "16": "src/converter16.png",
    "48": "src/converter48.png",
    "128": "src/converter128.png"
  },
  "background": {
    "service_worker": "src/background.js"
  }
}