JKCS/chrome/manifest.json
2023-08-10 04:24:19 +02:00

38 lines
722 B
JSON

{
"manifest_version": 3,
"name": "Joshi Koukousei Captcha Service",
"description": "The captcha solver made by and for japanese high school girls",
"version": "0.47",
"icons": {
"64": "1449696017588.png"
},
"permissions": [],
"web_accessible_resources": [
{
"resources": [
"*.html",
"*.js",
"*.json",
"*.bin",
"*.wasm"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https://*.4chan.org/*",
"https://*.4channel.org/*",
"https://sys.4chan.org/*"
],
"css": [],
"run_at": "document_end",
"js": [
"dist/main.js"
]
}
]
}