Course Label

Course Label

Label courses in Ninova

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Course Label",
  "version": "1.0.1",
  "author": "Fatih Mustafa Bucak",
  "description": "Label courses in Ninova",
  "permissions": [],
  "options_page": "info.html",
  "content_scripts": [
    {
      "matches": [
        "https://ninova.itu.edu.tr/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icons16.png",
    "32": "images/icons32.png",
    "48": "images/icons48.png",
    "128": "images/icons128.png"
  },
  "manifest_version": 3
}