Examine source code of Smartschool++

Inspect and view changes in Smartschool++ 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Smartschool++",
  "version": "3.2.2",
  "description": "Enhance your Smartschool experience with themes and more",
  "homepage_url": "https://github.com/sprksoft/smpp",
  "lite_mode": false,
  "content_scripts": [
    {
      "matches": [
        "*://*.smartschool.be/*"
      ],
      "exclude_matches": [
        "*://www.smartschool.be/*"
      ],
      "all_frames": true,
      "css": [
        "CSS/general.css",
        "CSS/weather.css",
        "DMENU/dmenu.css",
        "CSS/login.css",
        "CSS/messages.css",
        "CSS/navigation.css",
        "CSS/notification.css",
        "CSS/planner.css",
        "CSS/results.css",
        "CSS/startpage.css",
        "CSS/delijn.css",
        "CSS/agenda.css",
        "CSS/plant.css",
        "CSS/root.css"
      ],
      "js": [
        "titlefix.js",
        "config.js",
        "userchanger.js",
        "themes.js",
        "json.js",
        "scraper.js",
        "scores.js",
        "snake.js",
        "utils.js",
        "globalchat.js",
        "DMENU/dconfig.js",
        "DMENU/dmenu.js",
        "DMENU/quick.js",
        "weather.js",
        "delijn.js",
        "weatherEffects.js",
        "planner.js",
        "flappy.js",
        "buis-stats.js",
        "plant.js",
        "login.js",
        "smppjs.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "smpp@sprksoftteam"
    }
  },
  "background": {
    "service_worker": "background-script.js",
    "scripts": [
      "background-script.js"
    ],
    "type": "module"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ]
}