IS Colorful Timetable

IS Colorful Timetable

Rozšíření pro práci s rozvrhem v systému IS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "converted_from_user_script": true,
  "name": "IS Colorful Timetable",
  "author": "Witiko <[email protected]>",
  "description": "Rozšíření pro práci s rozvrhem v systému IS",
  "version": "1.2.0.6",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*/auth/rozvrh/rozvrh_zobrazeni\\?*",
        "*/auth/rozvrh/rozvrh_zobrazeni.pl\\?*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "colorfulTimeTable.user.js"
      ],
      "run_at": "document_end"
    }
  ]
}