TONWallet

TONWallet

FreeTON network wallet and dapps connectivity provider

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.0.4",
  "name": "TONWallet",
  "homepage_url": "https://tonwallet.io",
  "description": "FreeTON network wallet and dapps connectivity provider",
  "icons": {
    "16": "icons/16.png",
    "24": "icons/24.png",
    "48": "icons/48.png",
    "64": "icons/128.png",
    "128": "icons/128.png"
  },
  "permissions": [],
  "content_security_policy": "script-src 'self' 'wasm-eval' ; object-src 'self'",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "TONWallet",
    "default_icon": {}
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "browser-polyfill.js",
        "injector.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "browser-polyfill.js",
    "ton-client/main.js",
    "ton-client/tonclient.wasm",
    "ton-client-js/tonclient.wasm",
    "ton-client-js/main.js",
    "freetonProvider.js",
    "modules/*",
    "packages/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}