-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
18 lines (18 loc) · 1.04 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"id": "55ecd482-392f-447a-8fdc-a44b371ff794",
"version": "0.1.5",
"requiredApiVersion": "^1.39.1",
"iconFile": "icon.png",
"author": {
"name": "Rocket.Chat",
"homepage": "https://rocket.chat",
"support": "[email protected]"
},
"name": "ClamAV",
"nameSlug": "clamav",
"classFile": "ClamAvIntegrationApp.ts",
"description": "This app enables forwarding uploaded files to an open source antivirus (ClamAV) application and prevents the upload from completing in Rocket.Chat if a virus is detected. It works across web browser, desktop apps and mobile apps\n\nUse it to prevent users from spreading viruses and malware via Rocket.Chat\n\nClamAV is an open source (GPL) antivirus engine used in a variety of situations, including email scanning, web scanning, and end point security. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and an advanced tool for automatic database updates.",
"implements": [
"IPreFileUpload"
]
}