SubWallet - Polkadot Wallet

SubWallet - Polkadot Wallet

Comprehensive Web3 wallet solution for Polkadot, Substrate & Ethereum ecosystems

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "SubWallet",
  "description": "Comprehensive Web3 wallet solution for Polkadot, Substrate & Ethereum ecosystems",
  "homepage_url": "https://subwallet.app/",
  "name": "SubWallet - Polkadot Wallet",
  "short_name": "SubWallet",
  "manifest_version": 2,
  "permissions": [
    "notifications",
    "storage",
    "tabs"
  ],
  "minimum_chrome_version": "66",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "SubWallet",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "page.js",
    "images/icons/__error__.png"
  ],
  "content_security_policy": "script-src 'self' blob: 'unsafe-eval' 'wasm-eval'; object-src 'self'",
  "version": "1.1.60"
}