From 5556540df72461e1f80a7739928dc4fbfacf0973 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 8 May 2025 20:28:52 +0200 Subject: [PATCH] draw: better MANIFEST.JSON --- .../apps/com.example.draw/META-INF/MANIFEST.JSON | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/internal_filesystem/apps/com.example.draw/META-INF/MANIFEST.JSON b/internal_filesystem/apps/com.example.draw/META-INF/MANIFEST.JSON index 44140b6d..dee9499f 100644 --- a/internal_filesystem/apps/com.example.draw/META-INF/MANIFEST.JSON +++ b/internal_filesystem/apps/com.example.draw/META-INF/MANIFEST.JSON @@ -1,13 +1,13 @@ { -"name": "CPU Tester", +"name": "Draw", "publisher": "ACME Inc", -"short_description": "Testing the CPU speed", -"long_description": "Experimentally determines how many idle loops and sha256-hashing loops the CPU can perform per second.", -"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.cputest_0.0.1.mpk_icon_64x64.png", -"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.cputest_0.0.1.mpk", -"fullname": "com.example.cputest", +"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/cputest.py", -"category": "benchmarking" +"entrypoint": "assets/draw.py", +"category": "art" }