Rivius Wallet [Testnet] Firefox

Examine source code of Rivius Wallet [Testnet]

Inspect and view changes in Rivius Wallet [Testnet] source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Dev team <contact@rivius.network>",
  "description": "Manage your Polkadot accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.",
  "homepage_url": "https://github.com/Vietnam-Blockchain-Institution/Rivius-extension",
  "name": "Rivius Wallet [Testnet]",
  "short_name": "Rivius Network",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Rivius Network",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "page.js"
  ],
  "content_security_policy": "script-src 'self' blob: 'unsafe-eval' 'wasm-eval'; object-src 'self'",
  "version": "0.0.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{32c68f17-96cc-4ae4-956e-91fc7d859180}"
    }
  }
}

Best Rivius Wallet [Testnet] Alternatives

Here are some Firefox add-ons that are similar to Rivius Wallet [Testnet]: