Study Tools voor Magister Firefox

Examine source code of Study Tools voor Magister

Inspect and view changes in Study Tools voor Magister source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "3.16.0",
  "default_locale": "nl",
  "icons": {
    "16": "icons/icon@16px.png",
    "32": "icons/icon@32px.png",
    "48": "icons/icon@48px.png",
    "64": "icons/icon@64px.png",
    "128": "icons/icon@128px.png",
    "256": "icons/icon@256px.png",
    "300": "icons/icon@300px.png",
    "512": "icons/icon@512px.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "studytools@qkeleq10.dev"
    }
  },
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.magister.net/*",
        "*://login.microsoftonline.com/*/oauth2/authorize*"
      ],
      "js": [
        "src/scripts/api.js",
        "src/scripts/util.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.magister.net/*"
      ],
      "js": [
        "src/scripts/style.js"
      ],
      "css": [
        "src/styles/main.css",
        "src/styles/today/today.css",
        "src/styles/today/schedule.css",
        "src/styles/today/widgets.css",
        "src/styles/gamification.css",
        "src/styles/grades.css",
        "src/styles/studyguide.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.magister.net/magister/*"
      ],
      "js": [
        "src/scripts/main.js",
        "src/scripts/today/schedule.js",
        "src/scripts/today/widgets.js",
        "src/scripts/today/today.js",
        "src/scripts/gamification.js",
        "src/scripts/grades/grades.js",
        "src/scripts/grades/list.js",
        "src/scripts/grades/backup.js",
        "src/scripts/grades/statistics.js",
        "src/scripts/grades/calculator.js",
        "src/scripts/studyguide.js",
        "src/scripts/books.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://accounts.magister.net/account/login*"
      ],
      "js": [
        "src/scripts/login.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://login.microsoftonline.com/*/oauth2/authorize*"
      ],
      "js": [
        "src/scripts/microsoft-login.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://study-tools.nl/*"
      ],
      "js": [
        "src/scripts/util.js",
        "src/scripts/theme-store.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/strings/nl.json",
        "src/strings/en.json",
        "src/strings/fr.json",
        "src/strings/de.json",
        "src/strings/sv.json",
        "src/strings/la.json"
      ],
      "matches": [
        "*://*.magister.net/*",
        "*://study-tools.nl/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon@16px.png",
      "32": "icons/icon@32px.png",
      "48": "icons/icon@48px.png",
      "64": "icons/icon@64px.png",
      "128": "icons/icon@128px.png",
      "256": "icons/icon@256px.png",
      "300": "icons/icon@300px.png",
      "512": "icons/icon@512px.png"
    },
    "default_popup": "popup/dist/index.html?type=popup",
    "default_title": "__MSG_appName__\nKlik om te configureren"
  },
  "options_ui": {
    "page": "popup/dist/index.html?type=options",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.magister.net/*"
  ]
}

Best Study Tools voor Magister Alternatives

Here are some Firefox add-ons that are similar to Study Tools voor Magister: