Files
onlyoffice.github.io/sdkjs-plugins/content/telegram/config.json

64 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name" : "Telegram",
"nameLocale": {
"ru": "Telegram",
"fr": "Telegram",
"es": "Telegram",
"pt-BR": "Telegram",
"de": "Telegram",
"it": "Telegram",
"sq-AL": "Telegram",
"sr-Cyrl-RS": "Telegram",
"sr-Latn-RS": "Telegram"
},
"guid" : "asc.{E5773A43-F9B3-4E81-81D9-CE0A132470E7}",
"version" : "1.0.2",
"variations" : [
{
"description" : "Chat with co-authors in real time using integrated Telegram client.",
"descriptionLocale": {
"ru": "Общайтесь с другими авторами в режиме реального времени в Telegram.",
"fr": "Chattez avec vos co-auteurs en temps réel grâce au client Telegram intégré.",
"es": "Chatee con los coautores en tiempo real utilizando el cliente integrado de Telegram.",
"pt-BR": "Converse com coautores em tempo real usando o cliente Telegram integrado.",
"de": "Unterhalten Sie sich mit Mitautoren in Echtzeit über den integrierten Telegram-Client.",
"it": "Chatta con i co-autori in tempo reale utilizzando il client Telegram integrato.",
"sq-AL": "Bisedoni me bashkautorët në kohë reale duke përdorur klientin e integruar të Telegram",
"sr-Cyrl-RS": "Четуј са ко-ауторима у релном времену користећи интегрисани Telegram клијент.",
"sr-Latn-RS": "Četuj sa ko-autorima u relnom vremenu koristeći integrisani Telegram klijent."
},
"url" : "index.html",
"icons": [ "resources/img/icon.png", "resources/img/icon@2x.png" ],
"icons2": [
{
"100%": { "normal": "resources/img/icon.png" },
"125%": { "normal": "resources/img/icon@1.25x.png" },
"150%": { "normal": "resources/img/icon@1.5x.png" },
"175%": { "normal": "resources/img/icon@1.75x.png" },
"200%": { "normal": "resources/img/icon@2x.png" }
}
],
"isViewer" : true,
"EditorsSupport" : ["word", "cell", "slide", "pdf"],
"isVisual" : true,
"isModal" : false,
"isInsideMode" : true,
"initDataType" : "none",
"isUpdateOleOnResize" : false,
"store" : {
"background" : {
"light" : "#26A8DE",
"dark" : "#26A8DE"
},
"screenshots" : ["resources/store/screenshots/screen_1.png"],
"icons" : {
"light" : "resources/store/icons",
"dark" : "resources/store/icons"
},
"categories": ["specAbilities", "communication", "entertainment"]
}
}
]
}