VIT Updated Auto-Capcha (Free)

VIT Updated Auto-Capcha (Free)

Auto Captcha For Vellore VTOP

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VIT Updated Auto-Capcha (Free)",
  "description": "Auto Captcha For Vellore VTOP",
  "version": "0.2.0",
  "manifest_version": 3,
  "permissions": [],
  "host_permissions": [
    "https://*.vtop.vit.ac.in/vtop/login*"
  ],
  "icons": {
    "128": "gv.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.vtop.vit.ac.in/vtop/login*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "128": "gv.png"
    }
  }
}