Skip to content

Commit e9279cb

Browse files
appstore backend: add HelloWorld
1 parent f274c55 commit e9279cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appstore_backend/apps.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@
3939
"fullname": "com.example.cputest",
4040
"version": "0.0.1"
4141
},
42+
{
43+
"name": "HelloWorld",
44+
"publisher": "ACME Inc",
45+
"short_description": "Minimal app",
46+
"long_description": "Demonstrates the simplest app.",
47+
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.helloworld_0.0.1.mpk_icon_64x64.png",
48+
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.helloworld_0.0.1.mpk",
49+
"fullname": "com.example.memtest",
50+
"version": "0.0.1"
51+
},
4252
{
4353
"name": "IMU Tester",
4454
"publisher": "ACME Inc",

0 commit comments

Comments
 (0)