Examine source code of Better Agora

Inspect and view changes in Better Agora 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": "Better Agora",
  "description": "Extension permettant d'améliorer son expérience sur Agora",
  "version": "1.1",
  "action": {
    "default_popup": "menu.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/main.js"
      ],
      "matches": [
        "https://agora.univ-catholille.fr/isacademia/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}