Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"icons": {
"16": "logo16.png",
"64": "logo64.png",
"128": "logo128.png",
"192": "logo192.png"
},
"permissions": [
"background",
"management",
"storage",
"tabs",
"declarativeNetRequest",
"alarms"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "rules",
"enabled": true,
"path": "declarative_net_request_rules.json"
}
]
},
"host_permissions": [
"https:\/\/image-proxy-cdn.make.services\/*",
"https:\/\/api.testnet.casperwallet.io\/*",
"https:\/\/api.mainnet.casperwallet.io\/*",
"https:\/\/cspr-wallet-api-condor.dev.make.services\/*",
"https:\/\/cspr-wallet-api.stg.make.services\/*",
"https:\/\/api.casperwallet.io\/*",
"https:\/\/node.cspr.cloud\/*",
"https:\/\/node.testnet.cspr.cloud\/*",
"https:\/\/cspr-wallet-api.dev.make.services\/*",
"https:\/\/cspr-api-gateway.dev.make.services\/cspr-node-proxy-rpc-dev-condor\/*",
"https:\/\/api.integration.casperwallet.io\/*",
"https:\/\/node.integration.cspr.cloud\/*",
"https:\/\/*.bringweb3.io\/*"
],
"background": {
"service_worker": ".\/background.bundle.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
".\/contentScript.bundle.js",
".\/sdk.bundle.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"action": {
"default_icon": {
"16": "logo16.png",
"64": "logo64.png",
"128": "logo128.png",
"192": "logo192.png"
}
},
"web_accessible_resources": [
{
"resources": [
"sdk.bundle.js"
],
"matches": [
"<all_urls>"
]
}
],
"name": "Casper Wallet",
"version": "2.3.1",
"version_name": "2.3.1 (a3e6df0)",
"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": {
"extension_pages": "default-src 'none'; object-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; script-src 'self' 'wasm-unsafe-eval'; 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\/ https:\/\/cspr-wallet-api.dev.make.services\/ https:\/\/cspr-api-gateway.dev.make.services\/cspr-node-proxy-rpc-dev-condor\/ https:\/\/cspr-wallet-api-condor.dev.make.services\/ https:\/\/cspr-wallet-api.stg.make.services\/ https:\/\/api.casperwallet.io\/ https:\/\/api.integration.casperwallet.io\/ https:\/\/node.integration.cspr.cloud\/ https:\/\/api.bringweb3.io\/ https:\/\/sandbox-api.bringweb3.io\/"
}
}