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",