Sender Wallet

Sender Wallet

Sender is a browser extension crypto wallet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Sender is a browser extension crypto wallet.",
  "version": "2.1.16",
  "manifest_version": 3,
  "name": "Sender Wallet",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "icon-38.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.bundle.js",
        "script.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-38.png",
        "script.bundle.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://helper.mainnet.near.org/*",
    "https://rpc.mainnet.near.org/",
    "https://helper.testnet.near.org/*",
    "https://rpc.testnet.near.org/*",
    "https://helper.sender.org/*",
    "https://indexer.ref-finance.net/*",
    "https://testnet-api.kitwallet.app/*",
    "https://api.kitwallet.app/*",
    "http://34.201.128.53:8000/*",
    "https://api.sender.org/*",
    "https://api-core.sender.org/*",
    "https://fonts.googleapis.com/*",
    "https://fonts.gstatic.com/*",
    "https://app.calimero.network/*",
    "https://api.calimero.network/*",
    "https://near-testnet.api.pagoda.co/*",
    "https://near-mainnet.api.pagoda.co/*",
    "https://api.fastnear.com/*",
    "https://api.senderwallet.io/*",
    "https://tonapi.io/*"
  ],
  "permissions": [
    "storage",
    "alarms",
    "unlimitedStorage"
  ]
}