GateKeeper Password Manager Firefox

Examine source code of GateKeeper Password Manager

Inspect and view changes in GateKeeper Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GateKeeper Password Manager",
  "version": "2.3.0",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "128": "assets/icons/icon-128.png"
  },
  "description": "GateKeeper Password Manager works with the GateKeeper desktop application to provide proximity based access to web passwords.",
  "homepage_url": "https://gkaccess.com",
  "short_name": "GateKeeper",
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "nativeMessaging",
    "storage",
    "alarms",
    "webRequest",
    "webNavigation",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "author": "Untethered Labs, Inc.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "128": "assets/icons/icon-128.png"
    },
    "default_title": "GateKeeper Password Manager",
    "browser_style": false
  },
  "background": {
    "scripts": [
      "js/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/contentScript.bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{96a94691-cebd-4575-bc0b-94ccd60c7a39}",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best GateKeeper Password Manager Alternatives

Here are some Firefox add-ons that are similar to GateKeeper Password Manager: