Locksy - Tab Locker & Password Protection Firefox

Examine source code of Locksy - Tab Locker & Password Protection

Inspect and view changes in Locksy - Tab Locker & Password Protection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Locksy - Tab Locker & Password Protection",
  "version": "2.6.0",
  "description": "Protect your sensitive tabs with military-grade password security. Lock any tab instantly with PBKDF2 key derivation & advanced rate limiting.",
  "incognito": "spanning",
  "browser_specific_settings": {
    "gecko": {
      "id": "locksy@locksy.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "notifications",
    "webNavigation",
    "alarms",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/js/browser-polyfill.min.js",
      "src/js/crypto-utils.js",
      "src/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/js/browser-polyfill.min.js",
        "src/js/activity-tracker.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "src/html/popup.html",
    "default_icon": {
      "16": "assets/images/icon.png",
      "48": "assets/images/icon.png",
      "128": "assets/images/icon.png"
    }
  },
  "icons": {
    "16": "assets/images/icon.png",
    "48": "assets/images/icon.png",
    "128": "assets/images/icon.png"
  },
  "commands": {
    "lock-current-tab": {
      "suggested_key": {
        "default": "Alt+Shift+9",
        "mac": "Alt+Shift+9"
      },
      "description": "Lock current tab"
    },
    "open-domain-manager": {
      "suggested_key": {
        "default": "Alt+Shift+0",
        "mac": "Alt+Shift+0"
      },
      "description": "Open Domain Lock Manager"
    },
    "lock-all-tabs": {
      "suggested_key": {
        "default": "Alt+Shift+8",
        "mac": "Alt+Shift+8"
      },
      "description": "Lock all tabs in current window"
    },
    "toggle-stealth-mode": {
      "suggested_key": {
        "default": "Alt+Shift+7",
        "mac": "Alt+Shift+7"
      },
      "description": "Toggle Stealth Mode (hides lock indicators)"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/html/locked.html",
        "src/html/intruder-log.html",
        "src/css/locked.css",
        "src/js/locked.js",
        "src/js/intruder-log.js",
        "src/js/theme-manager.js",
        "src/js/crypto-utils.js",
        "src/js/webauthn-utils.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Locksy - Tab Locker & Password Protection Alternatives

Here are some Firefox add-ons that are similar to Locksy - Tab Locker & Password Protection: