From 8c1e4419361fae83c6b8c5637aa59f669874f873 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 8 Oct 2024 13:41:40 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 53757a3..fb663dd 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "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/project-creator/master/meta/images/vscode/logo.svg"], + "logos": ["https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/vscode/logo.svg"], "branches": [ "release/v9.2" ],