Files
onlyoffice.github.io/sdkjs-plugins/content/chess/config.json
2025-04-04 17:47:51 +03:00

125 lines
3.1 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": "Chess",
"nameLocale": {
"ru": "Шахматы",
"fr": "Échecs",
"es": "Ajedrez",
"pt-BR": "Xadrez",
"de": "Schach",
"zh-ZH": "Schach"
},
"guid": "asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}",
"version": "1.0.1",
"variations": [
{
"description": "Play chess with other collaborators right in the editors. ",
"descriptionLocale": {
"ru": "Играйте в шахматы с другими пользователями прямо в редакторах.",
"fr": "Jouez aux échecs avec vos collaborateurs directement dans les éditeurs.",
"es": "Juegue al ajedrez con otros colaboradores directamente en los editores.",
"pt-BR": "Jogue xadrez com outros colaboradores diretamente nos editores.",
"de": "Spielen Sie Schach mit anderen Mitautoren direkt in den Editoren.",
"zh-ZH": "直接在编辑器中与其他协作者下棋。"
},
"url" : "index.html",
"icons" : ["resources/light/icon.png", "resources/light/icon@2x.png"],
"icons2": [
{
"style" : "light",
"100%": {
"normal": "resources/light/icon.png"
},
"125%": {
"normal": "resources/light/icon@1.25x.png"
},
"150%": {
"normal": "resources/light/icon@1.5x.png"
},
"175%": {
"normal": "resources/light/icon@1.75x.png"
},
"200%": {
"normal": "resources/light/icon@2x.png"
}
},
{
"style" : "dark",
"100%": {
"normal": "resources/dark/icon.png"
},
"125%": {
"normal": "resources/dark/icon@1.25x.png"
},
"150%": {
"normal": "resources/dark/icon@1.5x.png"
},
"175%": {
"normal": "resources/dark/icon@1.75x.png"
},
"200%": {
"normal": "resources/dark/icon@2x.png"
}
}
],
"isViewer" : true,
"isDisplayedInViewer" : false,
"EditorsSupport" : ["word", "cell", "slide"],
"isVisual" : true,
"isModal" : true,
"isInsideMode" : false,
"initDataType" : "ole",
"initData" : "",
"isUpdateOleOnResize" : true,
"buttons" : [
{ "text": "Ok", "primary": true, "isViewer": false },
{ "text": "Cancel", "primary": false }
],
"store": {
"background": {
"light" : "#444444",
"dark" : "#444444;"
},
"screenshots" : [
"resources/store/screenshots/screen_1.png",
"resources/store/screenshots/screen_2.png"
],
"icons" : {
"light" : "resources/store/icons",
"dark" : "resources/store/icons"
},
"categories": ["entertainment", "specAbilities"]
}
},
{
"description" : "About",
"url" : "index_about.html",
"icons" : ["resources/light/icon.png", "resources/light/icon@2x.png"],
"isViewer" : true,
"isDisplayedInViewer" : false,
"EditorsSupport" : ["word", "cell", "slide"],
"isVisual" : true,
"isModal" : true,
"isInsideMode" : false,
"initDataType" : "none",
"initData" : "",
"isUpdateOleOnResize" : false,
"buttons" : [ { "text": "Ok", "primary": true } ],
"size" : [392, 147]
}
]
}