mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
26 lines
892 B
JSON
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.2-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": {}
|
|
} |