Examine source code of Smartschool Message

Inspect and view changes in Smartschool Message 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": "Smartschool Message",
  "version": "1.0.3",
  "description": "Troll your friends by showing a message badge without having any messages",
  "icons": {
    "48": "logo/logo_48x48.png",
    "512": "logo/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.smartschool.be/*"
      ],
      "js": [
        "run.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ss@matsevh"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}