From 006d8081a9469c18a46ecde9ab3c3a102d943b9a Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Tue, 30 Aug 2022 16:00:22 +0300 Subject: [PATCH] Move store object to 1st variation --- .../content/languagetool/config.json | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/sdkjs-plugins/content/languagetool/config.json b/sdkjs-plugins/content/languagetool/config.json index f7864df3..fb1f6fe6 100644 --- a/sdkjs-plugins/content/languagetool/config.json +++ b/sdkjs-plugins/content/languagetool/config.json @@ -63,7 +63,19 @@ "buttons": [], - "initOnSelectionChanged": true + "initOnSelectionChanged": true, + + "store": { + "background": { + "light" : "#357EE5", + "dark" : "#357EE5" + }, + "screenshots" : ["resources/store/screenshots/screen_1.png"], + "icons" : { + "light" : "resources/store/icons", + "dark" : "resources/store/icons" + } + } }, { "description": "About", @@ -95,18 +107,7 @@ } ], - "size": [ 400, 50 ], - "store": { - "background": { - "light" : "#357EE5", - "dark" : "#357EE5" - }, - "screenshots" : ["resources/store/screenshots/screen_1.png"], - "icons" : { - "light" : "resources/store/icons", - "dark" : "resources/store/icons" - } - } + "size": [ 400, 50 ] } ] }