Files
onlyoffice.github.io/sdkjs-plugins/content/glavred/config.json
Oleg Korshul 3e5f6980c8 Fix spaces
2022-08-09 14:14:18 +03:00

85 lines
3.2 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" : "Glavred",
"nameLocale": {
"ru": "Главред",
"fr": "Glavred",
"es": "Glavred",
"de": "Glavred"
},
"guid" : "asc.{B631E142-E40B-4B4C-90B9-2D00222A286E}",
"version" : "1.0.0",
"variations" : [
{
"description" : "Make your text more informative and clear (suitable when working with texts in Russian).",
"descriptionLocale": {
"ru": "Очистите текст от словесного мусора и проверьте его на соответствие информационному стилю.",
"fr": "Rendez votre texte plus informatif et clair (convient pour les textes en russe).",
"es": "Haga que su texto sea más informativo y claro (adecuado cuando trabaje con textos en ruso).",
"de": "Machen Sie Ihren Text informativer und deutlicher (geeignet für die Arbeit mit Texten auf Russisch)."
},
"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,
"EditorsSupport" : ["word"],
"isVisual" : true,
"isModal" : true,
"isInsideMode" : false,
"initDataType" : "text",
"isUpdateOleOnResize" : false,
"buttons" : [ { "text": "Ok", "primary": true } ],
"store": {
"background": {
"light" : "#ED6300",
"dark" : "#ED6300"
},
"screenshots" : ["resources/store/screenshots/screen_1.png"],
"icons" : {
"light" : "resources/store/icons",
"dark" : "resources/store/icons"
}
}
}
]
}