Casper Wallet

Casper Wallet

Securely manage your CSPR tokens, interact with dapps and sign transactions with Casper Wallet, the go-to self-custody wallet for the Casper blockchain.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "icons": {
    "16": "logo16.png",
    "64": "logo64.png",
    "128": "logo128.png",
    "192": "logo192.png"
  },
  "permissions": [
    "management",
    "storage",
    "tabs",
    "declarativeNetRequest",
    "https://image-proxy-cdn.make.services/*",
    "https://casper-assets.s3.amazonaws.com/*",
    "https://node.cspr.cloud/*",
    "https://node.testnet.cspr.cloud/*",
    "https://api.testnet.casperwallet.io/*",
    "https://api.mainnet.casperwallet.io/*",
    "https://onramp-api.cspr.click/api/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules",
        "enabled": true,
        "path": "declarative_net_request_rules.json"
      }
    ]
  },
  "background": {
    "scripts": [
      "./background.bundle.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./contentScript.bundle.js",
        "./sdk.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "logo16.png",
      "64": "logo64.png",
      "128": "logo128.png",
      "192": "logo192.png"
    }
  },
  "web_accessible_resources": [
    "logo64.png",
    "sdk.bundle.js"
  ],
  "name": "Casper Wallet",
  "version": "1.9.1",
  "version_name": "1.9.1 (f6c6259)",
  "author": "MAKE LLC",
  "description": "Securely manage your CSPR tokens and interact with dapps with the self-custody wallet for the Casper blockchain.",
  "content_security_policy": "default-src 'none'; object-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; script-src 'self'; style-src 'unsafe-inline'; img-src https: data:; media-src https: data:; connect-src https://event-store-api-clarity-testnet.make.services https://event-store-api-clarity-mainnet.make.services https://casper-assets.s3.amazonaws.com/ https://image-proxy-cdn.make.services/ https://node.cspr.cloud/ https://node.testnet.cspr.cloud/ https://api.testnet.casperwallet.io/ https://api.mainnet.casperwallet.io/ https://onramp-api.cspr.click/api/",
  "browser_specific_settings": {
    "gecko": {
      "id": "{572bed9e-4473-4f4f-b45e-7f7fe94c321f}"
    }
  }
}