Examine source code of Verticalls

Inspect and view changes in Verticalls 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
{
  "manifest_version": 3,
  "name": "Verticalls",
  "description": "Verticalls addon for Google Meet",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "main.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}