BetterKyberna

BetterKyberna

Vylepšení školního systému kyberny.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BetterKyberna",
  "description": "Vylepšení školního systému kyberny.",
  "version": "1.1.1",
  "manifest_version": 3,
  "icons": {
    "16": "img/icon.png",
    "32": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "author": "Ondřej Pacovský",
  "content_scripts": [
    {
      "matches": [
        "https://sis.ssakhk.cz/*"
      ],
      "css": [
        "css/all.css"
      ],
      "js": [
        "js/titles.js"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/News*"
      ],
      "css": [
        "css/News.css"
      ],
      "js": [
        "js/News.js"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Classification/Student*"
      ],
      "css": [
        "css/Classification.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Attendance*"
      ],
      "css": [
        "css/Attendance.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Absent*"
      ],
      "css": [
        "css/Absent.css"
      ],
      "js": [
        "js/Absent.js"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Work/List/*"
      ],
      "css": [
        "css/Work.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/TimeTable/School*"
      ],
      "css": [
        "css/TimeTable.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Finance/Info*"
      ],
      "css": [
        "css/Finance.css"
      ],
      "js": [
        "js/Finance.js"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/ResitExam/Index*"
      ],
      "css": [
        "css/ResitExam.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Document/List*"
      ],
      "css": [
        "css/Document.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Election/Project*"
      ],
      "css": [
        "css/Project.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Election/Subject/*"
      ],
      "css": [
        "css/Subject.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Account/UserProfile*"
      ],
      "css": [
        "css/UserProfile.css"
      ],
      "js": [
        "js/UserProfile.js"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Account/UserProfile?adUserName=*"
      ],
      "css": [
        "css/UserProfile.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Account/Login?ReturnUrl=%2FAccount%2FChangePassword"
      ],
      "css": [
        "css/ChangePassword.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Account/Login*"
      ],
      "css": [
        "css/Login.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Account/Login/*"
      ],
      "css": [
        "css/Login.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Account/Login?*"
      ],
      "css": [
        "css/Login.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/TimeTable/PersonalNew*"
      ],
      "css": [
        "css/PersonalNew.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Absent/My*"
      ],
      "css": [
        "css/Absent.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Certificate/Extract*"
      ],
      "css": [
        "css/Certificate.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Document/List/Archive*"
      ],
      "css": [
        "css/Document-List-Archive.css"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Account/ChangePassword*"
      ],
      "css": [
        "css/ChangePassword.css"
      ]
    },
    {
      "matches": [
        "https://idp.kyberna.cz/*"
      ],
      "css": [
        "css/idp.css"
      ],
      "js": [
        "js/idp.js"
      ]
    },
    {
      "matches": [
        "https://sis.ssakhk.cz/Account/EduroamProfile/*"
      ],
      "css": [
        "css/EduroamProfile.css"
      ]
    }
  ]
}