From 84f606e361453545a4c828ca5b9b589df837c99c Mon Sep 17 00:00:00 2001 From: Liam Howatt <30486941+liamHowatt@users.noreply.github.com> Date: Mon, 17 Mar 2025 08:36:03 +0100 Subject: [PATCH] use logo as image in manifest (#79) --- manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index fb663dd..bcbd069 100644 --- a/manifest.json +++ b/manifest.json @@ -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" ],