Course Offering

Course Offering

Plan your schedules with this free utility for KFUPM students. (warning: This project is currently unmaintained) What's New in…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Course Offering",
  "version": "0.3.0.2",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "assets/icon16.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    },
    "default_title": "Vue Popup"
  },
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://registrar.kfupm.edu.sa/courses-classes/course-offering",
        "https://registrar.kfupm.edu.sa/course-offering",
        "https://kfupm.tools/course-offering",
        "https://kfupm.mohalobaidi.com/course-offering"
      ],
      "js": [
        "embedded/index.js"
      ],
      "run_at": "document_start",
      "css": [
        "embedded/index.519eb34f.css"
      ]
    }
  ]
}