USOS Material

USOS Material

Czerp pełną przyjemność podczas korzystania z systemu USOS!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "USOS Material",
  "version": "0.0.6",
  "description": "Czerp pełną przyjemność podczas korzystania z systemu USOS!",
  "manifest_version": 2,
  "icons": {
    "16": "u-material-16.png",
    "48": "u-material-48.png",
    "128": "u-material-128.png"
  },
  "content_scripts": [
    {
      "css": [
        "usos-material.css"
      ],
      "js": [
        "jquery-3.4.1.js",
        "usos-material.js"
      ],
      "matches": [
        "https://usosweb.uw.edu.pl/*",
        "https://logowanie.uw.edu.pl/*",
        "https://www.usosweb.ukw.edu.pl/*",
        "https://cas.ukw.edu.pl/*",
        "https://usosweb.umk.pl/*",
        "https://login.umk.pl/*",
        "https://usosweb.uwm.edu.pl/*",
        "https://cas.uwm.edu.pl/*"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ]
}