Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cowin Booking",
"description": "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha",
"version": "4.1.2",
"content_scripts": [
{
"matches": [
"https:\/\/selfregistration.cowin.gov.in\/*"
],
"js": [
"jquery.min.js",
"bootstrap.min.js",
"model.js",
"form.js",
"contentScript.js",
"captcha-dispatch-event.js",
"shortcut.js",
"sessionexp.js"
],
"css": [
"bootstrap.min.css",
"custom.css"
]
}
],
"icons": {
"128": "icon.png"
}
}