Browser Lock with 2FA

Browser Lock with 2FA

Secure your Browser with 2FA Authentication

Merlin
Additional files are visible only to premium users

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"
}