Move store object to 1st variation

This commit is contained in:
Oleg Korshul
2022-08-30 16:00:22 +03:00
parent e6da970391
commit 006d8081a9

View File

@ -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 ]
}
]
}