From 588d6edca9cbd8780da7b7dea50ae33b9b375d12 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Fri, 13 Feb 2026 13:29:25 +0100 Subject: [PATCH] fix showbattery link --- .../apps/com.micropythonos.showbattery/META-INF/MANIFEST.JSON | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal_filesystem/apps/com.micropythonos.showbattery/META-INF/MANIFEST.JSON b/internal_filesystem/apps/com.micropythonos.showbattery/META-INF/MANIFEST.JSON index 796e1082..f02b6283 100644 --- a/internal_filesystem/apps/com.micropythonos.showbattery/META-INF/MANIFEST.JSON +++ b/internal_filesystem/apps/com.micropythonos.showbattery/META-INF/MANIFEST.JSON @@ -3,8 +3,8 @@ "publisher": "MicroPythonOS", "short_description": "Minimal app", "long_description": "Demonstrates the simplest app.", -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/icons/com.micropythonos.showbattery_0.1.1_64x64.png", -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.showbattery_0.1.1.mpk", +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/icons/com.micropythonos.showbattery_0.1.1_64x64.png", +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/mpks/com.micropythonos.showbattery_0.1.1.mpk", "fullname": "com.micropythonos.showbattery", "version": "0.1.1", "category": "development",