Hashpack

Hashpack

An HBAR wallet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hashpack",
  "description": "An HBAR wallet",
  "version": "9.9.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://localhost/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://api.hashpack.app/*",
    "https://moonpay.hashpack.app/*",
    "https://data.hashpack.app/*",
    "https://onramp.hashpack.app/*",
    "https://www.google-analytics.com/*",
    "https://s.tradingview.com/*",
    "https://bridge.dcentwallet.com/"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https://www.google-analytics.com https://s3.tradingview.com/ 'unsafe-inline'; ",
    "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self';"
  },
  "externally_connectable": {
    "matches": [
      "https://*.dcentwallet.com/*",
      "https://captcha.hashpack.app/*"
    ],
    "ids": []
  },
  "action": {
    "default_icon": {
      "16": "/images/16x16.png",
      "32": "/images/32x32.png",
      "48": "/images/48x48.png",
      "128": "/images/128x128.png"
    }
  },
  "icons": {
    "16": "/images/16x16.png",
    "32": "/images/32x32.png",
    "48": "/images/48x48.png",
    "128": "/images/128x128.png"
  }
}