Files

133 lines
3.5 KiB
JSON
Raw Permalink 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",
"it": "Scacchi",
"sq-AL": "Shah",
"sr-Cyrl-RS": "Chess",
"sr-Latn-RS": "Chess",
"zh-ZH": "国际象棋"
},
"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.",
"it": "Gioca a scacchi con altri collaboratori direttamente negli editor.",
"sq-AL": "Luani shah me bashkëpunëtorët e tjerë drejtpërdrejt në editorë.",
"sr-Cyrl-RS": "Играјте шах са другим сарадницима директно у уређивачима.",
"sr-Latn-RS": "Igrajte šah sa drugim saradnicima direktno u uređivačima.",
"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]
}
]
}