Console Wallet Firefox

Examine source code of Console Wallet

Inspect and view changes in Console Wallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Console Wallet",
  "version": "1.7.2",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Console Wallet"
  },
  "background": {
    "scripts": [
      "src/workers/background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "src/workers/content-script.js"
      ],
      "run_at": "document_start",
      "css": [
        "console-wallet-extension.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "alarms",
    "scripting",
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; connect-src 'self' https://*;",
  "browser_specific_settings": {
    "gecko": {
      "id": "console-wallet@consolewallet.io",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Console Wallet Alternatives

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