KeeWeb Connect Extension Firefox

Examine source code of KeeWeb Connect Extension

By: a-st
Inspect and view changes in KeeWeb Connect Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "KeeWeb Connect",
  "version": "1.0.1",
  "manifest_version": 3,
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "storage",
    "nativeMessaging",
    "webNavigation",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'"
  },
  "options_ui": {
    "page": "pages/options.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "__MSG_cmdSubmitAuto__"
  },
  "default_locale": "en_US",
  "commands": {
    "submit-auto": {
      "description": "__MSG_cmdSubmitAuto__",
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      }
    },
    "submit-username-password": {
      "description": "__MSG_cmdSubmitUsernamePassword__"
    },
    "insert-username-password": {
      "description": "__MSG_cmdInsertUsernamePassword__"
    },
    "submit-username": {
      "description": "__MSG_cmdSubmitUsername__"
    },
    "insert-username": {
      "description": "__MSG_cmdInsertUsername__"
    },
    "submit-password": {
      "description": "__MSG_cmdSubmitPassword__"
    },
    "insert-password": {
      "description": "__MSG_cmdInsertPassword__"
    },
    "insert-otp": {
      "description": "__MSG_cmdInsertOtp__"
    },
    "insert-other": {
      "description": "__MSG_cmdInsertOther__"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "keeweb-connect-extension@keeweb.info",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best KeeWeb Connect Extension Alternatives

Here are some Firefox add-ons that are similar to KeeWeb Connect Extension: