FRI Urnik

FRI Urnik

Lepši urnik.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "MatevzFa",
  "name": "FRI Urnik",
  "version": "0.0.1",
  "description": "Lepši urnik.",
  "content_scripts": [
    {
      "matches": [
        "https://urnik.fri.uni-lj.si/timetable/*/allocations?*student=*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "jquery.min.js",
        "script.js"
      ]
    }
  ]
}