Smartschool Reloaded

Smartschool Reloaded

A smartschool++ expansion module.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Smartschool Reloaded",
  "version": "2.0.2",
  "description": "A smartschool++ expansion module.",
  "homepage_url": "https://github.com/wxnnvs/smpp",
  "action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.smartschool.be/*"
      ],
      "all_frames": true,
      "js": [
        "config.js",
        "json.js",
        "sm2.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sm2@wxnnvs"
    }
  }
}