Steem Keychain Firefox

Examine source code of Steem Keychain

Inspect and view changes in Steem Keychain source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Steem Keychain",
  "version": "1.5.11",
  "description": "Secure Steem Wallet Extension.",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "webNavigation",
    "tabs",
    "https://*/*",
    "notifications",
    "idle"
  ],
  "browser_action": {
    "default_popup": "html/popup.html",
    "default_icon": "images/keychain_icon_small.png"
  },
  "background": {
    "scripts": [
      "vendor/crypto-js.js",
      "vendor/md5.min.js",
      "js/encrypt.js",
      "vendor/steem.min.js",
      "vendor/decode.min.js",
      "js/config.js",
      "js/keychainify.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "/images/logo.png",
    "js/steem_keychain.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://0.0.0.0:1337/*",
        "http://*/*"
      ],
      "js": [
        "vendor/jquery.min.js",
        "js/web_interface.js",
        "js/keychainify.js",
        "js/keychainify_content.js"
      ]
    }
  ],
  "manifest_version": 2
}

Best Steem Keychain Alternatives

Here are some Firefox add-ons that are similar to Steem Keychain: