Examine source code of Everykey for Edge

Inspect and view changes in Everykey for Edge source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.60403714.png",
    "32": "icon32.plasmo.8e850565.png",
    "48": "icon48.plasmo.37989d43.png",
    "64": "icon64.plasmo.a993afcb.png",
    "128": "icon128.plasmo.9b3294c4.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.60403714.png",
      "32": "icon32.plasmo.8e850565.png",
      "48": "icon48.plasmo.37989d43.png",
      "64": "icon64.plasmo.a993afcb.png",
      "128": "icon128.plasmo.9b3294c4.png"
    },
    "default_popup": "popup.html"
  },
  "version": "5.4.1",
  "author": "Kaz Okui <kaz.okui@everykey.com>",
  "name": "Everykey for Edge",
  "description": "Sign in effortlessly, generate passwords and passkeys, and store them securely. The Everykey browser experience.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "scripting",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "autofill.ed1ea8e0.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "injected.9578fce8.js"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "css": []
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/ek-*.png",
        "assets/*.jpg",
        "assets/*.json",
        "assets/google-10000-english-no-swears-4-to-8.txt",
        "password-manager-resources/quirks/shared-credentials*.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "dialog.a9ffdecc.html",
        "style.1364ad39.css",
        "dialog.b7ccdd36.js",
        "alert-background.2c3f6e74.jpg",
        "dropdown.ec3f1f8a.html",
        "dropdown.e45f8cd0.js",
        "passkey.d53002b4.html",
        "passkey.58d82609.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}