mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
27 lines
918 B
JSON
27 lines
918 B
JSON
{
|
|
"pkgname": "OnlyOffice",
|
|
"app":"OnlyOffice",
|
|
"name":"Office Suite",
|
|
"description":"Online Office suite based on OnlyOffice",
|
|
"info":{
|
|
"author": "Xuan Sang LE",
|
|
"email": "mrsang@iohub.dev"
|
|
},
|
|
"version":"0.1.2-a",
|
|
"category":"Other",
|
|
"icon":"icon.png",
|
|
"mimes":[
|
|
"application/vnd.oasis.opendocument.text",
|
|
"application/vnd.oasis.opendocument.spreadsheet",
|
|
"application/vnd.oasis.opendocument.presentation",
|
|
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
"application/msword",
|
|
"application/vnd.ms-excel",
|
|
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
"application/vnd.ms-powerpoint",
|
|
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
|
"application/epub+zip"
|
|
],
|
|
"dependencies":[],
|
|
"locale": {}
|
|
} |