add archive manager

This commit is contained in:
lxsang
2020-06-06 18:41:00 +02:00
parent 232465f8ed
commit d20db3e0fb
13 changed files with 422 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"app":"Archive",
"name":"Archive",
"pkgname": "Archive",
"description":"Create of extract zip archive",
"info":{
"author": "Xuan Sang LE",
"email": "mrsang@lxsang.me"
},
"version":"0.0.1-a",
"category":"Other",
"iconclass":"fa fa-archive",
"mimes":["application/zip"],
"locale": {}
}