JKCS/firefox/manifest.json
2022-08-03 12:54:07 -04:00

38 lines
802 B
JSON

{
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "jkcs@coom.tech",
"update_url": "https://git.coom.tech/araragi/JKCS/raw/branch/master/firefox_update.json"
}
},
"name": "JannySkillersCaptchaSolver",
"description": "The Janny Skillers Captcha Solver of choice.",
"version": "0.20",
"icons": {
"64": "1449696017588.png"
},
"permissions": [
"https://*.4chan.org/*",
"https://*.4channel.org/*"
],
"content_scripts": [
{
"matches": [
"https://*.4chan.org/*",
"https://*.4channel.org/*"
],
"css": [],
"run_at": "document_end",
"js": [
"polyfill.min.js",
"dist/main.js"
]
}
],
"web_accessible_resources": [
"*.html",
"*.js",
"*.json"
]
}