use logo as image in manifest (#79)

This commit is contained in:
Liam Howatt 2025-03-17 08:36:03 +01:00 committed by GitHub
parent 3f7b37b692
commit 84f606e361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,10 +10,13 @@
"VSCode",
"SDL"
],
"description": "LVGL is written mainly for microcontrollers and embedded systems, however you can run the library on your PC as well without any embedded hardware. The code written on PC can be simply copied when you are using an embedded system. The project can use SDL but it can be easily replaced by any other built-in LVGL drivers.",
"description": "LVGL is written mainly for microcontrollers and embedded systems, however you can run the library on your PC as well without any embedded hardware. The code written on PC can be simply copied when you are using an embedded system. The project can use SDL but it can be easily replaced by any other built-in LVGL drivers.",
"shortDescription": "VSCode-based project to run LVGL on PC.",
"urlToClone": "https://github.com/lvgl/lv_port_pc_vscode",
"logos": ["https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/vscode/logo.svg"],
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/vscode/logo.svg"
],
"image": "https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/vscode/logo.svg",
"branches": [
"release/v9.2"
],