DTU Masters Study Progress Firefox

Examine source code of DTU Masters Study Progress

Inspect and view changes in DTU Masters Study Progress source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DTU Study Progress",
  "version": "1.1.0",
  "description": "Track your DTU MSc progress toward 120 ECTS on studieplan.dtu.dk — any programme, with grades and specialization tracking.",
  "browser_specific_settings": {
    "gecko": {
      "id": "dtu-mmc-progress@local",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://studieplan.dtu.dk/*",
    "https://www.dtu.dk/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "DTU Study Progress",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://studieplan.dtu.dk/*"
      ],
      "js": [
        "src/requirements.js",
        "src/curriculum.js",
        "src/engine.js",
        "src/scrape.js",
        "src/store.js",
        "src/panel.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best DTU Masters Study Progress Alternatives

Here are some Firefox add-ons that are similar to DTU Masters Study Progress: