Craptcha - VTOP Enhancer

Craptcha - VTOP Enhancer

The best VTOP Enhancer out there! (Only for VIT Bhopal Students)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "html/popup.html"
  },
  "author": "Sannidhya Dubey",
  "background": {
    "service_worker": "service_worker/background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/table.css",
        "css/nav-custom-div.css"
      ],
      "js": [
        "js/modules/dom-to-image.js",
        "js/utils/chooseCurrentSem.js",
        "js/timetable/createTimeTable.js",
        "js/timetable/parsersTimeTable.js",
        "js/timetable/timetable.js",
        "js/attendance.js",
        "js/marks_page.js",
        "js/navbarbpl.js",
        "js/navbar.js",
        "js/popup.js",
        "js/general.js"
      ],
      "matches": [
        "*://*.vitbhopal.ac.in/*"
      ]
    }
  ],
  "description": "The best VTOP Enhancer out there! (Only for VIT Bhopal Students)",
  "host_permissions": [
    "*://*.vitbhopal.ac.in/*"
  ],
  "icons": {
    "16": "assets/icons/img_16.png",
    "48": "assets/icons/img_48.png",
    "128": "assets/icons/img_128.png"
  },
  "manifest_version": 3,
  "name": "Craptcha - VTOP Enhancer",
  "permissions": [
    "webRequest",
    "downloads",
    "storage",
    "tabs",
    "identity",
    "alarms"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.0",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.vitbhopal.ac.in/*"
      ],
      "resources": [
        "styles/general/*.css",
        "styles/font/*.css",
        "styles/font/*.ttf"
      ]
    }
  ]
}