Quantum Wallet

Quantum Wallet

Your Connection to the Web3.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Quantum Wallet",
  "description": "Your Connection to the Web3.",
  "version": "2.6.0",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "tabs",
    "clipboardWrite",
    "storage",
    "unlimitedStorage",
    "management"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Quantum"
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "static/js/contentscript.8af9ae11.js"
      ]
    },
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "static/js/injected.01e915c6.js"
      ],
      "world": "MAIN"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "static/js/injected.01e915c6.js"
      ],
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "background": {
    "service_worker": "static/js/background.23a1362a.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}