forked from AshishNamdev/cowin-automation-extn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
30 lines (30 loc) · 817 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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.2.0",
"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"
}
}