Kee - Password Manager Firefox

Examine source code of Kee - Password Manager

Inspect and view changes in Kee - Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Kee - Password Manager",
  "version": "4.0.7",
  "description": "Kee adds private, secure and easy password management features which save time and keep your private data more secure.",
  "default_locale": "en",
  "background": {
    "scripts": [
      "dist/background/index.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "exclude_globs": [
        "https://app-dev.kee.pm:8087/*",
        "https://app-beta.kee.pm/*",
        "https://app.kee.pm/*",
        "https://keevault.pm/*"
      ],
      "js": [
        "./dist/page/index.global.js"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "https://app-dev.kee.pm:8087/*",
        "https://app-beta.kee.pm/*",
        "https://app.kee.pm/*",
        "https://keevault.pm/*"
      ],
      "js": [
        "./dist/vault/index.global.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "./assets/images/16.png",
    "32": "./assets/images/32.png",
    "48": "./assets/images/48.png",
    "64": "./assets/images/64.png",
    "96": "./assets/images/96.png",
    "128": "./assets/images/128.png"
  },
  "action": {
    "default_icon": {
      "16": "./assets/images/16.png",
      "32": "./assets/images/32.png",
      "48": "./assets/images/48.png",
      "64": "./assets/images/64.png"
    },
    "default_title": "Kee",
    "default_popup": "./dist/popup/index.html",
    "default_area": "navbar"
  },
  "options_ui": {
    "page": "./dist/settings/index.html",
    "open_in_tab": true
  },
  "permissions": [
    "alarms",
    "tabs",
    "contextMenus",
    "storage",
    "clipboardWrite",
    "webNavigation",
    "activeTab",
    "privacy",
    "webRequestAuthProvider",
    "webRequest",
    "notifications",
    "unlimitedStorage",
    "idle",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "lib/linkContentScriptToKeeVaultWebsite.js"
      ],
      "matches": [
        "*://*.kee.pm/*",
        "*://*.keevault.pm/*"
      ]
    },
    {
      "resources": [
        "dist/panels/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+K"
      }
    },
    "primary-action": {
      "suggested_key": {
        "default": "Alt+Shift+V"
      },
      "description": "__MSG_KB_shortcut_simple_2_desc__"
    },
    "generate-password": {
      "suggested_key": {
        "default": "Alt+Shift+G"
      },
      "description": "__MSG_Menu_Button_copyNewPasswordToClipboard_label__"
    },
    "detect-forms": {
      "suggested_key": {
        "default": "Alt+Shift+M"
      },
      "description": "__MSG_Menu_Button_fillCurrentDocument_label__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "keefox@chris.tomlinson",
      "strict_min_version": "126.0"
    }
  },
  "minimum_chrome_version": "123"
}

Best Kee - Password Manager Alternatives

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