Crypto wallet – Bitcoin & USDT

Crypto wallet – Bitcoin & USDT

Easy to use and secure cryptocurrency wallet for beginners and experts – cropty.io

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_name__",
  "version": "1.4",
  "action": {},
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "storage"
  ],
  "minimum_chrome_version": "88",
  "background": {
    "service_worker": "background.js"
  },
  "author": "https://account.cropty.io",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  }
}