HAVAH Wallet

HAVAH Wallet

Unleash your NFTs in the infinite Metaverse

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "HAVAH Wallet",
  "version": "2.3.2",
  "description": "Unleash your NFTs in the infinite Metaverse",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_title": "Unleash your NFTs in the infinite Metaverse",
    "default_icon": {
      "16": "icon-16x16.png",
      "32": "icon-32x32.png",
      "48": "icon-48x48.png",
      "128": "icon-120x120.png"
    }
  },
  "icons": {
    "16": "icon-16x16.png",
    "32": "icon-32x32.png",
    "48": "icon-48x48.png",
    "128": "icon-120x120.png"
  },
  "externally_connectable": {
    "matches": [
      "*://bridge.dcentwallet.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "http://localhost/*",
        "https://*/*"
      ],
      "resources": [
        "icon-16x16.png",
        "icon-32x32.png",
        "icon-48x48.png",
        "icon-120x120.png",
        "src/pages/inpage/index.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "http://localhost/*",
        "https://*/*"
      ],
      "resources": [
        "src/pages/content/index.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "assets/js/Content-script-loader.index.chunk.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "http://localhost/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "*://bridge.dcentwallet.com/*"
  ]
}