Examine source code of Browser Lock with 2FA

Inspect and view changes in Browser Lock with 2FA source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Browser Lock with 2FA",
  "version": "3.0.0.2",
  "manifest_version": 2,
  "description": "Secure your Browser with 2FA Authentication",
  "icons": {
    "128": "icons/2FA128x128.png"
  },
  "background": {
    "scripts": [
      "lock/background.js"
    ],
    "persistent": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}