We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f274c55 commit e9279cbCopy full SHA for e9279cb
appstore_backend/apps.json
@@ -39,6 +39,16 @@
39
"fullname": "com.example.cputest",
40
"version": "0.0.1"
41
},
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
+ },
52
{
53
"name": "IMU Tester",
54
"publisher": "ACME Inc",
0 commit comments