Examine source code of Pass-EX

Inspect and view changes in Pass-EX 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
{
  "name": "Pass-EX",
  "version": "1.0.0",
  "description": "A simple Password Generator extension",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": "0.png"
  },
  "icons": {
    "128": "0.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}