Files
onlyoffice.github.io/store/plugin/config.json
AlexeyMatveev686 ef1b9ece53 Changed store style.
2022-07-27 15:32:05 +03:00

61 lines
1.4 KiB
JSON

{
"name" : "Plugin Manager",
"nameLocale": {
"ru": "Менеджер плагинов",
"fr": "Gestionnaire de Plugins",
"es": "Administrador de Complementos",
"de": "Plugin-Verwaltung",
"cs": "Správce Pluginů"
},
"guid" : "asc.{AA2EA9B6-9EC2-415F-9762-634EE8D9A95E}",
"group": {
"name": "Plugin Manager",
"rank": 1
},
"variations" : [
{
"description" : "Plugin Manager",
"url" : "index.html",
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
"icons2": [
{
"style" : "light",
"100%": {
"normal": "resources/light/icon.png"
},
"150%": {
"normal": "resources/light/icon@1.5x.png"
},
"200%": {
"normal": "resources/light/icon@2x.png"
}
},
{
"style" : "dark",
"100%": {
"normal": "resources/dark/icon.png"
},
"150%": {
"normal": "resources/dark/icon@1.5x.png"
},
"200%": {
"normal": "resources/dark/icon@2x.png"
}
}
],
"isViewer" : false,
"EditorsSupport" : ["word", "cell", "slide"],
"isVisual" : true,
"isModal" : true,
"isInsideMode" : false,
"isSystem" : false,
"initDataType" : "none",
"initData" : "",
"isUpdateOleOnResize" : false,
"buttons" : [],
"size" : [608, 600]
}
]
}