Move store info to first variation

This commit is contained in:
Oleg Korshul
2022-08-30 10:07:07 +03:00
parent 1ec602e2b8
commit ca5cbea5e1

View File

@ -68,7 +68,19 @@
"buttons": [],
"initOnSelectionChanged": true
"initOnSelectionChanged": true,
"store": {
"background": {
"light" : "#F5F5F5",
"dark" : "#444444"
},
"screenshots" : ["resources/store/screenshots/screen_1.png"],
"icons" : {
"light" : "resources/store/icons",
"dark" : "resources/store/icons"
}
}
},
{
"description": "About",
@ -100,18 +112,7 @@
}
],
"size": [ 400, 50 ],
"store": {
"background": {
"light" : "#F5F5F5",
"dark" : "#444444"
},
"screenshots" : ["resources/store/screenshots/screen_1.png"],
"icons" : {
"light" : "resources/store/icons",
"dark" : "resources/store/icons"
}
}
"size": [ 400, 50 ]
}
]
}