tastycrypto

tastycrypto

A crypto wallet for Ethereum, Bitcoin, and NFTs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "tastycrypto",
  "name": "tastycrypto",
  "description": "A crypto wallet for Ethereum, Bitcoin, and NFTs.",
  "version": "2.2.4",
  "manifest_version": 3,
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "permissions": [
    "storage",
    "offscreen",
    "webRequest"
  ],
  "host_permissions": [
    "https://iggwprod.tastycrypto.com/*",
    "https://tastycrypto.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "static/assets/tc_32.png",
      "48": "static/assets/tc_48.png",
      "128": "static/assets/tc_128.png"
    }
  },
  "icons": {
    "32": "static/assets/tc_32.png",
    "48": "static/assets/tc_48.png",
    "128": "static/assets/tc_128.png"
  }
}