Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 8041dd0

Browse files
committed
0.1.3
JSON schema: - added "communication" category; Rules: - added Viber updater zip temporary file;
1 parent 73aad26 commit 8041dd0

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

cleanup-list.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,16 @@
4242
"location": "~/AppData/Local/Temp/DiagOutputDir/RdClientAutoTrace-*.etl"
4343
},
4444
"active": true
45+
},
46+
"viber_update_temporary_installation": {
47+
"application": "Viber",
48+
"category": "communication",
49+
"entity_category": "temporary files",
50+
"description": "Viber updater zipped installation.",
51+
"delete": {
52+
"type": "file",
53+
"location": "~/AppData/Local/Temp/update.zip"
54+
},
55+
"active": true
4556
}
4657
}

cleanup-list.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"my application",
2424
"my files",
2525
"my registry entries",
26-
"AI"
26+
"AI",
27+
"communication"
2728
]
2829
},
2930
"entity_category": {

0 commit comments

Comments
 (0)