antosdk-apps/LibreOffice/package.json
Dany LE d8d38f5b05
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
feat(LibreOffice): allow setting document server URI
2023-07-17 18:27:29 +02:00

26 lines
892 B
JSON

{
"pkgname": "LibreOffice",
"app":"LibreOffice",
"name":"Libre Office Online",
"description":"Wrapper for Libre Office Online service",
"info":{
"author": "Dany LE",
"email": "contact@iohub.dev"
},
"version":"0.1.5-a",
"category":"Office",
"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"
],
"dependencies":[],
"locale": {}
}