HobaWallet Firefox

Examine source code of HobaWallet

Inspect and view changes in HobaWallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HobaWallet",
  "short_name": "HobaWallet",
  "version": "0.1.1",
  "description": "Lightweight Ethereum wallet and provider for dapps. Injects an EIP‑1193 provider, lets you send, sign, and manage assets.",
  "browser_action": {
    "default_title": "HobaWallet",
    "default_popup": "index.html?ctx=persist",
    "default_icon": {
      "16": "logo-16.png",
      "32": "logo-32.png",
      "48": "logo-48.png",
      "128": "logo-128.png"
    }
  },
  "icons": {
    "16": "logo-16.png",
    "32": "logo-32.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "inpage.js"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hobawallet@local",
      "strict_min_version": "109.0"
    }
  }
}

Best HobaWallet Alternatives

Here are some Firefox add-ons that are similar to HobaWallet: