Krypton Authenticator Firefox

Examine source code of Krypton Authenticator

Inspect and view changes in Krypton Authenticator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Krypton Authenticator",
  "version": "1.0.18",
  "minimum_chrome_version": "36.0.1985.18",
  "icons": {
    "128": "img/krypton_icon.png"
  },
  "applications": {
    "gecko": {
      "id": "krypton@krypt.co"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/content_script.js"
      ],
      "css": [
        "content_script.css"
      ]
    }
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "js/babel_polyfill.js",
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "img/krypton_icon.png"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "https://*/*",
    "http://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "js/inject.js",
    "img/*"
  ]
}

Best Krypton Authenticator Alternatives

Here are some Firefox add-ons that are similar to Krypton Authenticator: