Password Depot Extension Firefox

Examine source code of Password Depot Extension

By: AceBIT
Inspect and view changes in Password Depot Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extension_name__",
  "version": "19.0.6",
  "manifest_version": 3,
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "homepage_url": "https://www.password-depot.de",
  "browser_specific_settings": {
    "gecko": {
      "id": "{427859bd-061c-4095-bd2b-845962f45f43}",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/toolbar/active-16.png",
    "48": "icons/toolbar/active-48.png",
    "128": "icons/toolbar/active-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/toolbar/active-16.png",
      "48": "icons/toolbar/active-48.png",
      "128": "icons/toolbar/active-128.png"
    },
    "default_title": "Password Depot",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/webauthn/interceptor.js",
        "content/capture/ajax-interceptor.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true,
      "world": "MAIN"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/webauthn/bridge.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "shared/constants-bundle.js",
        "shared/utils-bundle.js",
        "shared/password-generator-bundle.js",
        "content/ui/content-settings.js",
        "content/ui/shadow-host.js",
        "content/ui/iframe-coordinator.js",
        "content/ui/toast.js",
        "content/ui/field-icon.js",
        "content/detection/form-detector.js",
        "content/autofill/filler.js",
        "content/capture/password-submission-detector.js",
        "content/main.js"
      ],
      "css": [],
      "run_at": "document_idle",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "permissions": [
    "nativeMessaging",
    "storage",
    "activeTab",
    "scripting",
    "clipboardWrite",
    "alarms"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/entries/*.svg",
        "icons/locations/*.svg",
        "icons/about.svg",
        "icons/about_logo.svg",
        "icons/add.svg",
        "icons/arrow_back.svg",
        "icons/block.svg",
        "icons/check_password.svg",
        "icons/content_copy.svg",
        "icons/edit_entry.svg",
        "icons/logo-client.svg",
        "icons/numbers.svg",
        "icons/open_in_browser.svg",
        "icons/open_in_new.svg",
        "icons/password.svg",
        "icons/randpass.svg",
        "icons/refresh.svg",
        "icons/regenerate.svg",
        "icons/settings.svg",
        "icons/username.svg",
        "assets/styles/*.css",
        "_locales/*/messages.json",
        "content/ui/dropdown/dropdown.html",
        "content/ui/dropdown/dropdown.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}

Best Password Depot Extension Alternatives

Here are some Firefox add-ons that are similar to Password Depot Extension: