USD to BTC

USD to BTC

Convert USD to bitcoin instantly with the USD to BTC Chrome Extension. Get bitcoin conversion rates and streamline your transactions

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__",
  "version": "1.3",
  "description": "__MSG_shortDesc__",
  "default_locale": "en",
  "action": {
    "default_title": "BTC to USD",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16x16.png",
    "32": "48x48.png",
    "48": "64x64.png",
    "128": "128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "host_permissions": [
    "https://backendpoint.sokolskikh.fun/api/other/extensions/*"
  ]
}