-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
25 lines (25 loc) · 634 Bytes
/
Copy pathmanifest.json
File metadata and controls
25 lines (25 loc) · 634 Bytes
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
{
"name":"kissSolver",
"version":"0.1",
"manifest_version":2,
"icons": {
"48": "assets/fav-48.png",
"96": "assets/fav-96.png"
},
"content_scripts": [
{
"matches": ["*://kissanime.ru/Special/AreYouHuman2?reUrl=*"],
"js": ["/assets/imageData.js","/js-libs/opencv.js","/js-libs/tf.js","/haar_cascade/cascade.js"],
"run_at": "document_start"
},
{
"matches": ["*://kissanime.ru/Special/AreYouHuman2?reUrl=*"],
"js": ["solver.js"],
"run_at": "document_end"
},
{
"matches": ["*://kissanime.ru/Special/AreYouHuman2"],
"js": ["wrong.js"]
}
]
}