2018-09-15 21:35:07 +02:00
|
|
|
{
|
2021-02-09 18:34:16 +01:00
|
|
|
"odt": {
|
|
|
|
"mime": "application/vnd.oasis.opendocument.text",
|
|
|
|
"binary": true
|
|
|
|
},
|
|
|
|
"docx": {
|
|
|
|
"mime": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
|
|
"binary": true
|
|
|
|
},
|
|
|
|
"doc": {
|
|
|
|
"mime": "application/msword",
|
|
|
|
"binary": true
|
|
|
|
},
|
|
|
|
"xls": {
|
|
|
|
"mime": "application/vnd.ms-excel",
|
|
|
|
"binary": true
|
|
|
|
},
|
|
|
|
"xlsx": {
|
|
|
|
"mime": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
|
|
"binary": true
|
|
|
|
},
|
|
|
|
"ppt": {
|
|
|
|
"mime": "application/vnd.ms-powerpoint",
|
|
|
|
"binary": true
|
|
|
|
},
|
|
|
|
"pptx": {
|
|
|
|
"mime": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
|
|
|
"binary": true
|
|
|
|
},
|
|
|
|
"epub": {
|
|
|
|
"mime": "application/epub+zip",
|
|
|
|
"binary": true
|
|
|
|
},
|
|
|
|
"csv": {
|
|
|
|
"mime": "text/csv",
|
|
|
|
"binary": false
|
|
|
|
},
|
|
|
|
"ods": {
|
|
|
|
"mime": "application/vnd.oasis.opendocument.spreadsheet",
|
|
|
|
"binary": true
|
|
|
|
},
|
|
|
|
"odp": {
|
|
|
|
"mime": "application/vnd.oasis.opendocument.presentation",
|
|
|
|
"binary": true
|
|
|
|
},
|
2018-09-15 21:35:07 +02:00
|
|
|
"viz": {
|
|
|
|
"mime": "text/vnd.graphviz",
|
|
|
|
"binary": false
|
|
|
|
},
|
|
|
|
"py": {
|
|
|
|
"mime": "text/x-python",
|
|
|
|
"binary": false
|
|
|
|
},
|
2021-02-09 18:34:16 +01:00
|
|
|
"coffee": {
|
2018-09-15 21:35:07 +02:00
|
|
|
"mime": "text/vnd.coffeescript",
|
|
|
|
"binary": false
|
|
|
|
},
|
|
|
|
"apj": {
|
|
|
|
"mime": "text/antos-project",
|
|
|
|
"binary": false
|
2018-10-09 12:14:33 +02:00
|
|
|
},
|
|
|
|
"wasm": {
|
|
|
|
"mime": "application/wasm",
|
|
|
|
"binary": true
|
2020-09-13 17:14:14 +02:00
|
|
|
},
|
|
|
|
"glb": {
|
|
|
|
"mime": "model/gltf-binary",
|
|
|
|
"binary": true
|
2018-09-15 21:35:07 +02:00
|
|
|
}
|
|
|
|
}
|