From 1fed3213d487d1e75c1fe3fb731fda226fb56142 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Fri, 16 May 2025 15:02:34 +0200 Subject: [PATCH] apps: add Draw app --- appstore_backend/apps.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/appstore_backend/apps.json b/appstore_backend/apps.json index 0d7dcfe8..28d181aa 100644 --- a/appstore_backend/apps.json +++ b/appstore_backend/apps.json @@ -39,17 +39,18 @@ } ,{ -"name": "HelloWorld", +"name": "Draw", "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", +"short_description": "Simple drawing app", +"long_description": "Draw simple shapes on the screen.", +"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.draw_0.0.1.mpk_icon_64x64.png", +"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.draw_0.0.1.mpk", +"fullname": "com.example.draw", "version": "0.0.1", -"entrypoint": "assets/hello.py", -"category": "development" +"entrypoint": "assets/draw.py", +"category": "art" } + ,{ "name": "IMU Tester", "publisher": "ACME Inc",