Examine source code of ShkoloTweaks (BETA)

Inspect and view changes in ShkoloTweaks (BETA) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ShkoloTweaks (BETA)",
  "short_name": "ShkoloTW",
  "description": "__MSG_extDescription__",
  "version": "0.9.1",
  "author": "ITPG Web Studios",
  "default_locale": "en",
  "homepage_url": "https://shkolotweaks.web.app/",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwA/QFSNdP+DLYSw03MBR/G5tjMiBWnkM+/EiB+pioR559CAD8V/cbzj1XEdN5Gm+C7MB0pRGaPQtwu0gdKKYfX1DJZY2+eCFv+0hCfuxbUvNWo07dloGlNbN78jqhtvFegxy//TDeyF+Fsssv+j2FSUsPhobuzxHq90u7kikFBFMydNUKKbt4OZT0BnFbfdUV16LCI0t1GveetSyYaABUusIbn+yyOw0DQUvztpfQkseKfbxUv3rSbdGS5BFiBwX+1rI0fqMrZ0kP5VbxJtNyKUBdONZte1NmotaBqcwilKnq48jNTz0RT7T6U02qqPBpU+Dvs7uhFPOfbw8FI+KZwIDAQAB",
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Shkolo Tweaks by ITPG Studios"
  },
  "icons": {
    "16": "assets/icon_x16.png",
    "32": "assets/icon_x32.png",
    "48": "assets/icon_x48.png",
    "128": "assets/icon_x128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.shkolotweaks.xyz/*",
    "*://*.shkolotweaks.web.app/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.shkolo.bg/*",
        "*://*.shkolo.com/*"
      ],
      "js": [
        "lib/jquery.min.js",
        "utils.js",
        "js/themes.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.shkolo.bg/*",
        "*://*.shkolo.com/*"
      ],
      "js": [
        "shkolo.js",
        "js/add-ons/stats.js",
        "js/add-ons/stas.js",
        "js/add-ons/dragable-sidebar.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.shkolo.bg/dashboard",
        "*://*.shkolo.com/dashboard"
      ],
      "js": [
        "js/widgets/__init__.js",
        "js/widgets/schedule.js",
        "js/widgets/control_tests.js",
        "js/widgets/countdown.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.mon.bg/*"
      ],
      "js": [
        "lib/jquery.min.js",
        "utils.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.mon.bg/*"
      ],
      "js": [
        "mon.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "lib/*",
        "css/*",
        "assets/*",
        "themes/*",
        "data/*"
      ],
      "matches": [
        "*://*.shkolo.bg/*",
        "*://*.shkolo.com/*",
        "*://*.mon.bg/*"
      ]
    }
  ]
}