Swisstronik

The Swisstronik SuperApp Browser Extension is a secure multi-chain non-custodial crypto wallet and gateway to other Web3 dApps.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Swisstronik",
  "version": "1.7.6",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icon_16.png",
    "19": "icon_19.png",
    "32": "icon_32.png",
    "38": "icon_38.png",
    "48": "icon_48.png",
    "64": "icon_64.png",
    "128": "icon_128.png",
    "512": "icon_512.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "commands": {
    "my_shortcut": {
      "suggested_key": {
        "default": "Ctrl+B",
        "mac": "Command+B"
      },
      "description": "Opens popup.html"
    }
  },
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "storage",
    "clipboardRead",
    "clipboardWrite",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "http://localhost:8000/*",
    "https://dawn-restless-night.discover.quiknode.pro/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src * 'unsafe-inline';"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.ts-Bfqn12bM-BbmDcFVK.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/*",
        "assets/*/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/index-Bswfga1H.js",
        "assets/content.ts-Bfqn12bM.js"
      ],
      "use_dynamic_url": true
    }
  ]
}