CoinWallet: BTC Crypto Wallet

CoinWallet: BTC Crypto Wallet

Send BTC, ETH, USDT, and 1000+ tokens as well as NFT.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1.27.1",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "background": {
    "service_worker": "js/db_service_worker.js"
  },
  "permissions": [
    "background"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/wallet-logo-16.png",
      "32": "icons/wallet-logo-32.png",
      "48": "icons/wallet-logo-48.png",
      "128": "icons/wallet-logo-128.png"
    }
  },
  "icons": {
    "16": "icons/wallet-logo-16.png",
    "32": "icons/wallet-logo-32.png",
    "48": "icons/wallet-logo-48.png",
    "128": "icons/wallet-logo-128.png"
  }
}