MyTonWallet · My TON Wallet

MyTonWallet · My TON Wallet

The most feature-rich TON extension – with support of multi-accounts, tokens, NFT, TON DNS, TON Sites, TON Proxy, and TON Magic.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MyTonWallet · My TON Wallet",
  "description": "The most feature-rich TON extension – with support of multi-accounts, tokens, NFT, TON DNS, TON Sites, TON Proxy, and TON Magic.",
  "version": "1.19.15",
  "icons": {
    "192": "icon-192x192.png",
    "384": "icon-384x384.png",
    "512": "icon-512x512.png"
  },
  "action": {
    "default_title": "MyTonWallet"
  },
  "permissions": [
    "webRequest",
    "system.display",
    "proxy",
    "storage",
    "unlimitedStorage"
  ],
  "background": {
    "service_worker": "/extensionServiceWorker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/extensionContentScript.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/extensionPageScript.js"
      ],
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'none'; manifest-src 'self'; connect-src 'self' https: ; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' https://fonts.googleapis.com/; img-src 'self' data: https:; media-src 'self' data:; object-src 'none'; base-uri 'none'; font-src 'self' https://fonts.gstatic.com/; form-action 'none'; frame-src 'self' https://widget.changelly.com/"
  }
}