From adce2c2c2adbebfe7c0a98b2b2fc99dd2e1431cf Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 5 Sep 2024 06:55:10 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a820ee9..5450a0e 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,13 @@ "VSCode", "SDL" ], - "description": "The 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 your are using an embedded system. The project can use SDL but it can be easily relaced by any other built-in LVGL dirvers.", + "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", + "logo": "https://raw.githubusercontent.com/lvgl-private/project_creator_data/master/meta/images/vscode/logo.svg", + "branches": [ + "release/v9.2" + ], "settings": [ { "type": "dropdown",