From e9279cbf56c5df58de100d5db839e162a94d7d46 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Fri, 2 May 2025 11:44:02 +0200 Subject: [PATCH] appstore backend: add HelloWorld --- appstore_backend/apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appstore_backend/apps.json b/appstore_backend/apps.json index 13000191..a8e76eeb 100644 --- a/appstore_backend/apps.json +++ b/appstore_backend/apps.json @@ -39,6 +39,16 @@ "fullname": "com.example.cputest", "version": "0.0.1" }, + { + "name": "HelloWorld", + "publisher": "ACME Inc", + "short_description": "Minimal app", + "long_description": "Demonstrates the simplest app.", + "icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.helloworld_0.0.1.mpk_icon_64x64.png", + "download_url": "http://demo.lnpiggy.com:2121/apps/com.example.helloworld_0.0.1.mpk", + "fullname": "com.example.memtest", + "version": "0.0.1" + }, { "name": "IMU Tester", "publisher": "ACME Inc",