Examine source code of Soffid Password Manager

Inspect and view changes in Soffid Password Manager 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
{
  "version": "2.1.11",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*",
        "file://*/*"
      ]
    }
  ],
  "description": "Use Soffid Password Manager to manage your credentials and start your applications",
  "icons": {
    "32": "icon.png",
    "128": "soffid.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "name": "Soffid Password Manager",
  "permissions": [
    "tabs",
    "nativeMessaging",
    "webRequest",
    "webRequestAuthProvider",
    "storage"
  ],
  "host_permissions": [
    "*://*/"
  ],
  "author": "Soffid IAM",
  "browser_specific_settings": {
    "gecko": {
      "id": "websso@soffid.com"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}