Beagle Chat Wallet Firefox

Examine source code of Beagle Chat Wallet

Inspect and view changes in Beagle Chat Wallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Beagle Chat Wallet",
  "version": "1.0.6",
  "description": "Secure Solana wallet with chat features - connect to any Solana dApp",
  "author": "Beagle Chat Team",
  "homepage_url": "https://beagle.chat",
  "browser_specific_settings": {
    "gecko": {
      "id": "{f7198b37-f763-4ed5-b9d1-8641d3d0d47b}",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs",
    "activeTab",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Beagle Chat Wallet",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/beagle-64.jpg",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "wallet-provider.js",
    "wallet-modal.js",
    "popup/*",
    "icons/*"
  ]
}

Best Beagle Chat Wallet Alternatives

Here are some Firefox add-ons that are similar to Beagle Chat Wallet: