Reef chain extension Firefox

Examine source code of Reef chain extension

By: Reef.io Add-on
Inspect and view changes in Reef chain extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Reef Chain",
  "description": "Manage your Reef Chain accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.",
  "homepage_url": "https://github.com/reef-defi/browser-extension",
  "name": "Reef Chain Wallet Extension",
  "short_name": "Reef Chain Extension",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Reef Chain Extension",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "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": "1.0.15",
  "browser_specific_settings": {
    "gecko": {
      "id": "{585c8101-7469-49de-8011-bea28460c306}"
    }
  }
}

Best Reef chain extension Alternatives

Here are some Firefox add-ons that are similar to Reef chain extension: